instance method
changed_attribute_names_to_save
Ruby on Rails 5.1.7
Since v5.1.7Signature
changed_attribute_names_to_save()
Alias for changed
Source
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 206
def changed_attribute_names_to_save
mutations_from_database.changed_attribute_names
end
Defined in activerecord/lib/active_record/attribute_methods/dirty.rb line 206
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::AttributeMethods::Dirty