mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Fix the build on 1.8.7 :trollface:
This commit is contained in:
@@ -504,9 +504,7 @@ module ActiveModel
|
||||
hash
|
||||
end
|
||||
|
||||
def read_attribute_for_serialization(name)
|
||||
send name
|
||||
end
|
||||
alias :read_attribute_for_serialization :send
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user