Return to Snippet

Revision: 4036
at October 18, 2007 15:21 by edwinjanmoss


Updated Code
Model#reset_column_information

Revision: 4035
at October 18, 2007 15:20 by edwinjanmoss


Initial Code
User.reset_column_information

Initial URL


Initial Description
If you want to use the Model after adding/removing columns in a migration call this method before accessing the model.

Initial Title
Reset Model to see columns added in Migration

Initial Tags


Initial Language
Rails