I'm terrible at naming and realize that there are a better set of names for my models in my Rails app. Is there a way to use a migration to rename a model and its table?
|
1
|
|||
|
|
|
Found the answer at http://dizzy.co.uk/ruby_on_rails/cheatsheets/rails-migrations#rename_table. Here's an example:
|
||
|
|
