I am migrating an App from PHP to Rails and I have a table with a column called frozen.
Rails i throwing an error:
ActiveRecord::DangerousAttributeError: frozen? is defined by Active Record. Check to make sure that you don't have an attribute or method with the same name.
Is there a way to go around this? I can not rename the column in my table right now.
Also i tried some of the solutions in Stackoverflow and none of those work in rails 4.