method
attribute_changed?
rails 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