We Recommend

The Rails Way The Rails Way
Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable.


Posted By

edwinjanmoss on 10/18/07


Tagged


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

shovanjoshi


Reset Model to see columns added in Migration


Published in: Rails 


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


  1. Model#reset_column_information

Report this snippet 

You need to login to post a comment.