Saturday, 31 August 2013

Rails migrations

Rails migrations

I am newbie with Ruby on Rails and wanted to make something clear.
suppose I want to modify a Model class and of course update the db
accordingly.
Do I have to use a migration for that cause?

No comments:

Post a Comment