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