method
cache_changed_attributes
v5.2.3 -
Show latest stable
- Class:
ActiveModel::Dirty
cache_changed_attributes()private
No documentation available.
# File activemodel/lib/active_model/dirty.rb, line 279
def cache_changed_attributes
@cached_changed_attributes = changed_attributes
yield
ensure
clear_changed_attributes_cache
end