Module
ActiveRecord::AttributeMethods::Serialization
In:
lib/active_record/attribute_methods/serialization.rb
Methods
_field_changed?
attributes_before_type_cast
read_attribute_before_type_cast
type_cast_attribute_for_write
Classes and Modules
Module
ActiveRecord::AttributeMethods::Serialization::ClassMethods
Class
ActiveRecord::AttributeMethods::Serialization::Attribute
Public Instance methods
_field_changed?
(attr, old, value)
attributes_before_type_cast
()
read_attribute_before_type_cast
(attr_name)
type_cast_attribute_for_write
(column, value)
[Validate]