问题 I am trying to use the money-rails gem in my rails 4 app. I have a participant model which has attributes for each of currency and participation_cost in it. My objective is for users to specify a currency for each instance, and an amount of the cost of participation. In my participant model, I have: monetize :participation_cost, with_model_currency: :amount_currency In my form, i ask users to select a currency and specify an amount as follows: <%= f.input :participation_cost, label: 'What