This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rails generate controller Noticias titulo | |
| $ rails destroy controller Noticias titulo | |
| $ rails generate model Noticia titulo:string | |
| $ rails destroy model Noticia | |
| $ rake db:migrate | |
| $ rake db:rollback | |
| $ rake db:migrate VERSION=0 #defaz todas as migrations, deixa o banco "limpo" |