Method: ActiveModel::Attribute#changed?

Defined in:
activemodel/lib/active_model/attribute.rb

#changed?Boolean

Returns:

  • (Boolean)


66
67
68
# File 'activemodel/lib/active_model/attribute.rb', line 66

def changed?
  changed_from_assignment? || changed_in_place?
end