search for: new_user_blog

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

2008 Oct 09
0
How to consume a nested singular resource?
...oller/:action/:id.:format'' end Generated routes (only a subset): POST /users/:user_id/blog {:controller=>"blogs", :action=>"create"} POST /users/:user_id/blog.:format {:controller=>"blogs", :action=>"create"} new_user_blog GET /users/:user_id/blog/new {:controller=>"blogs", :action=>"new"} formatted_new_user_blog GET /users/:user_id/blog/new.:format {:controller=>"blogs", :action=>"new"} edit_user_blog GET /users/:user_id/blog/edit {:controller=>"bl...