Flowdock
changed?() public

Returns true if any of the attributes have unsaved changes, false otherwise.

person.changed? # => false
person.name = 'bob'
person.changed? # => true
Show source
Register or log in to add new notes.