method
forced_changes
v8.1.1 -
Show latest stable
- Class:
ActiveModel::AttributeMutationTracker
forced_changes()private
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 70
def forced_changes
@forced_changes ||= {}
end