Displaying 1 result from an estimated 1 matches for "feedback_controller".
2007 Jun 28
2
form_tag routing error in >= 1.2.2 ?
I have a simple feedback form handled by feedback_controller. 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:
feedbac...