Displaying 1 result from an estimated 1 matches for "solucionscontrol".
2009 Mar 14
2
Pobrem with REST routes
...at shows firefox is like that:
http://localhost:3000/encuestas/1/preguntas//solucions
It doesn''t show preguntas_id in the url :(
In another way if i write for example this url in firefox:
http://localhost:3000/encuestas/1/preguntas/1/solucions
It shows me this error:
NoMethodError in SolucionsController#index
undefined method `find'' for #<Encuesta:0x7f790aa4fdc8>
RAILS_ROOT: /home/jose/marzo
Application Trace | Framework Trace | Full Trace
/usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:260:in
`method_missing''
app/controllers/solu...