Method: ActiveRecord::HyperBase#decrement

Defined in:
lib/hyper_record.rb

#decrement(attribute, by = 1) ⇒ Object



126
127
128
# File 'lib/hyper_record.rb', line 126

def decrement(attribute, by=1)
  increment(attribute, -by)
end