method
force_change
v6.0.0 -
Show latest stable
- Class:
ActiveModel::AttributeMutationTracker
force_change(attr_name)public
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 64
def force_change(attr_name)
forced_changes << attr_name
end