decrement!(attribute, by = 1) Instance Public methods Wrapper around decrement
update_column(name, value) Instance Public methods Equivalent to update_columns(name
update!(attributes) Instance Public methods Updates its receiver just like update
increment!(attribute, by = 1) Instance Public methods Wrapper around increment
persisted?() Instance Public methods Returns true if the record is persisted
becomes(klass) Instance Public methods Returns an instance of the specified
update_attribute(name, value) Instance Public methods Updates a single attribute
toggle(attribute) Instance Public methods Assigns to attribute
toggle!(attribute) Instance Public methods Wrapper around toggle
becomes!(klass) Instance Public methods Wrapper around becomes
Page 1 of 3