method
attribute_changed?
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
attribute_changed?(*)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 225
def attribute_changed?(*)
emit_warning_if_needed("attribute_changed?", "saved_change_to_attribute?")
super
end