method
changed_attribute_names
rails 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