method
changes_applied
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
changes_applied()public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 52
def changes_applied
@previous_mutation_tracker = mutation_tracker
@changed_attributes = HashWithIndifferentAccess.new
store_original_attributes
end