increment!(attribute, by = 1)
Instance Public methods
Wrapper around increment
that saves the record. This method
differs from its non-bang version in that it passes through the attribute
setter. Saving is not subjected to validation checks. Returns
true
if the record could be saved.
Please login to continue.