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