method
clear_changed_attributes_cache
rails latest stable - Class:
ActiveModel::Dirty
clear_changed_attributes_cache()private
No documentation available.
# File activemodel/lib/active_model/dirty.rb, line 286
def clear_changed_attributes_cache
remove_instance_variable(:@cached_changed_attributes) if defined?(@cached_changed_attributes)
end