method
attribute_change
rails latest stable - Class:
ActiveRecord::AttributeMethods::Dirty
attribute_change(*)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 220
def attribute_change(*)
emit_warning_if_needed("attribute_change", "saved_change_to_attribute")
super
end