acts_as_decimal 1.0.2
Rails 3 gem to treat an attribute as a decimal (storing and retrieving floating-point values) but storing it as an integer in the database (useful for prices and other money attributes).
Gemfile:
=
install:
=
Runtime Dependencies (1):
activemodel
>= 3.0.0.beta4
Development Dependencies (1):
rspec
>= 2.0.0.beta.12