method
changes
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
changes()public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 66
def changes
cache_changed_attributes do
super
end
end