Use private instead of protected, we don't use explicit receivers

This commit is contained in:
Santiago Pastorino 2013-05-15 15:51:55 -07:00
parent f9e189e9d7
commit 0b648fceac

View File

@ -53,7 +53,7 @@ module ActiveModel
end
end
protected
private
def find_serializable(object)
if target_serializer