I\'m using Rails 3.2.3 with the money-rails gem and I\'ve got a product model which has the following:
My model
class Product < ActiveRecord::Base
Added 'currency:string' to my model