Displaying 1 result from an estimated 1 matches for "pobrem".
Did you mean:
plobrem
2009 Mar 14
2
Pobrem with REST routes
Hi first at all sorry if mu english is not the best.
I have this models:
Encuesta->titulo and description are string. Encuesta has_many
:preguntas
Preguntas-> texto is string, encuesta_id and orden are integer. Pregunta
belongs_to :encuesta and has_many :soluciones
Soluciones-> texto is string, pregunta_id and orden are integer.
Soluciones belongs_to :pregunta
Routes:
map.resources