method
to_hash
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::AttributeSet
to_hash()public
No documentation available.
# File activerecord/lib/active_record/attribute_set.rb, line 17
def to_hash
initialized_attributes.transform_values(&:value)
end