mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
re: RuboCop: Bulk minor style corrections
This commit is contained in:
@@ -41,7 +41,9 @@ module ActiveModel
|
||||
end
|
||||
|
||||
class CustomProfile
|
||||
def serializer_class; ProfileSerializer; end
|
||||
def serializer_class
|
||||
ProfileSerializer
|
||||
end
|
||||
end
|
||||
|
||||
Tweet = Class.new(::Model)
|
||||
|
||||
Reference in New Issue
Block a user