method
changed?
rails latest stable - Class:
ActiveRecord::Attribute
changed?()public
No documentation available.
# File activerecord/lib/active_record/attribute.rb, line 54
def changed?
changed_from_assignment? || changed_in_place?
end