Model Counter Penambahan Rails

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