acts_as_decimal 1.0.6
Rails 3 gem to treat an attribute as a decimal (getting and setting floating-point values) but storing it as an integer in the database (useful for prices and other precision-needed attributes like money).
Gemfile:
=
install:
=
Runtime Dependencies (1):
activemodel
>= 3.0.0.rc
Development Dependencies (2):
activerecord
>= 3.0.0.rc
rspec
>= 2.0.0.beta.19