method
attribute_changed?
v6.1.7.7 -
Show latest stable
- Class:
ActiveModel::ForcedMutationTracker
attribute_changed?(attr_name)private
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 132
def attribute_changed?(attr_name)
forced_changes.include?(attr_name)
end