Votando Sobre Temas
Objetivos
- Crear un modelo para los votos
| Votes |
|---|
| id |
| topic_id |
Pasos
Type this in the terminal:rails generate model vote topic_id:integer rake db:migrate
Explicación
Siguiente Paso:
Regresar a Ajustando Pagina Por Defecto
| Votes |
|---|
| id |
| topic_id |
Type this in the terminal:rails generate model vote topic_id:integer rake db:migrate