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