/ Published in: Rails
If you want to use the Model after adding/removing columns in a migration call this method before accessing the model.
Expand |
Embed | Plain Text
Model#reset_column_information
You need to login to post a comment.
edwinjanmoss on 10/18/07
2 people have marked this snippet as a favorite
If you want to use the Model after adding/removing columns in a migration call this method before accessing the model.
Model#reset_column_information
You need to login to post a comment.