Methods
A
R
Instance Public methods
attributes_before_type_cast()

Returns a hash of attributes before typecasting and deserialization.

# File activerecord/lib/active_record/attribute_methods/before_type_cast.rb, line 15
def attributes_before_type_cast
  @attributes
end
read_attribute_before_type_cast(attr_name)
# File activerecord/lib/active_record/attribute_methods/before_type_cast.rb, line 10
def read_attribute_before_type_cast(attr_name)
  @attributes[attr_name]
end