mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Use private instead of protected, we don't use explicit receivers
This commit is contained in:
parent
f9e189e9d7
commit
0b648fceac
@ -53,7 +53,7 @@ module ActiveModel
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
protected
|
private
|
||||||
|
|
||||||
def find_serializable(object)
|
def find_serializable(object)
|
||||||
if target_serializer
|
if target_serializer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user