Flowdock
method

changed

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::Dirty
changed() public

List of attributes with unsaved changes.

  person.changed # => []
  person.name = 'bob'
  person.changed # => ['name']
Show source
Register or log in to add new notes.