mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 22:36:50 +00:00
6 lines
104 B
Ruby
6 lines
104 B
Ruby
module ActiveModel
|
|
module SerializerSupport
|
|
alias read_attribute_for_serialization send
|
|
end
|
|
end
|