method
cache_changed_attributes
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
cache_changed_attributes()private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 179
def cache_changed_attributes
@cached_changed_attributes = changed_attributes
yield
ensure
clear_changed_attributes_cache
end