Hi I do a simple model creation in the console in my development environment and everything works works fine however, in heroku I get a:
*: Can't mass-assign protected attributes: name, price, numobjects*
I see in the heroku logs that it inserts nil values.
My command is:
Plan.create!(:name => "Max", :price => 3, :numobjects => 50)
This worked fine in my local sqlite environment but not in heroku and postgres