method
changed_attribute_names
v6.1.3.1 -
Show latest stable
- Class:
ActiveModel::AttributeMutationTracker
changed_attribute_names()public
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 14
def changed_attribute_names
attr_names.select { |attr_name| changed?(attr_name) }
end