>
> What's in your routes file? You may need to add the dynamic_form
> action to the mapping defined there (see
> http://guides.rubyonrails.org/routing.html#adding-more-restful-actions
> or
> http://guides.rubyonrails.org/v2.3.8/routing.html#adding-more-restful-actions)
>
> Fred
Hi Fred,
I've tried various different things in my routes file.
At the moment, this is what it contains:
match 'dynamic_form' => 'tasks#dynamic_form'
this is what rake routes gives back atm
task_dynamic_form /tasks/:task_id/dynamic_form(.:format)
{:controller=>"tasks", :action=>"dynamic_form"}
Any help you might have is greatly appreciated!
Thanks,
Paul
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.