method
increment!
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Callbacks
increment!(attribute, by = 1, touch: nil)public
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 333
def increment!(attribute, by = 1, touch: nil) # :nodoc:
touch ? _run_touch_callbacks { super } : super
end