Method: ActiveModel::AttributeMutationTracker#force_change
- Defined in:
- activemodel/lib/active_model/attribute_mutation_tracker.rb
#force_change(attr_name) ⇒ Object
63 64 65 |
# File 'activemodel/lib/active_model/attribute_mutation_tracker.rb', line 63 def force_change(attr_name) forced_changes[attr_name] = fetch_value(attr_name) end |