Displaying 1 result from an estimated 1 matches for "edit_category_article_comment".
2010 Mar 27
2
Shorter Rails 3 routes
...ory_id/articles/:article_id/comments/:id(.:format)
{:controller=>"comments", :action=>"update"}
category_article_comment DELETE
/categories/:category_id/articles/:article_id/comments/:id(.:format)
{:controller=>"comments", :action=>"destroy"}
edit_category_article_comment GET
/categories/:category_id/articles/:article_id/comments/:id/edit(.:format)
{:controller=>"comments", :action=>"edit"}
GET
/categories/:category_id/articles(.:format)
{:controller=>"articles", :action=>"index"}...