lib/active_model/serializer_support.rb



module ActiveModel
  module SerializerSupport
    alias read_attribute_for_serialization send
  end
end