Method: ActiveModel::AttributeMutationTracker#changed_attribute_names
- Defined in:
- activemodel/lib/active_model/attribute_mutation_tracker.rb
#changed_attribute_names ⇒ Object
14 15 16 |
# File 'activemodel/lib/active_model/attribute_mutation_tracker.rb', line 14 def changed_attribute_names attr_names.select { |attr_name| changed?(attr_name) } end |