Displaying 1 result from an estimated 1 matches for "edit_user_blog".
2008 Oct 09
0
How to consume a nested singular resource?
...ller=>"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=>"blogs", :action=>"edit"}
formatted_edit_user_blog GET /users/:user_id/blog/edit.:format
{:controller=>"blogs", :action=>"edit"}
user_blog GET /users/:user_id/blog
{:controller=>"blogs&q...