Updates attributes in excluded_request_attributes generated method

This commit is contained in:
Muhammad Nawzad 2023-07-29 00:14:08 +03:00
parent 4321390dee
commit c12bdc807e
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -37,7 +37,7 @@ module Swagger
end
def excluded_request_attributes
%i[id updatedAt createdAt]
%i[updated_at created_at]
end
end
end