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:
=
安裝:
=
Runtime 相依性套件 (1):
activemodel
>= 3.0.0.rc
Development 相依性套件 (2):
activerecord
>= 3.0.0.rc
rspec
>= 2.0.0.beta.19