Flowdock
method

increment

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::Base
increment(attribute, by = 1) public

Initializes attribute to zero if nil and adds the value passed as by (default is 1). The increment is performed directly on the underlying attribute, no setter is invoked. Only makes sense for number-based attributes. Returns self.

Show source
Register or log in to add new notes.