search for: feedback_url

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

2007 Jun 28
2
form_tag routing error in >= 1.2.2 ?
...troller. For methods I use "new" for the form and "create" to handle the feedback submitted. Routes are simple enough: map.resources :feedback What''s odd is this works fine in Rails 1.2.1: <% form_tag(feedback_path) do -%> But in Rails 1.2.2 and 1.2.3 I get: feedback_url failed to generate from {:action=>"show", :controller=>"feedback"} - you may have ambiguous routes, or you may need to supply additional parameters for this route. content_url has the following required parameters: ["feedback", :id] - are they all satisifed? An...