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