Rails Incrément Counter Model

item.foo_count # => 1
item.increment!(:foo_count)
item.foo_count # => 2
Lioruby