search for: encuesta_id

Displaying 1 result from an estimated 1 matches for "encuesta_id".

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 :encuestas do |encuesta| map.resources :preguntas do |pregunta| pregunta.resources :soluci...