You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
semmons99 edited this page Apr 9, 2012
·
1 revision
When using Money.gem 2.2.* and earlier you can use the following with ActiveRecord.
Use the #composed_of helper to let ActiveRecord deal with embedding the money object in your models. The following example requires a cents and a currency field.