method
clear_changed_attributes_cache
rails latest stable - Class:
ActiveRecord::AttributeMethods::Dirty
clear_changed_attributes_cache()private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 329
def clear_changed_attributes_cache
remove_instance_variable(:@cached_changed_attributes) if defined?(@cached_changed_attributes)
end