search for: edit_category

Displaying 3 results from an estimated 3 matches for "edit_category".

2006 Feb 13
2
categories and admin/categories - different controllers and templates?
...e a Category controller with many before_filter only/except clauses, and render :layout=>''public''|''admin'' in many functions. And I have several other contollers - yuck. I thought about putting everything in one big monolithic admin controller (list_categories, edit_category, destroy_category, list_members, list_links, etc.). Thanks for any thoughts! csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
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=>"i...
2012 Oct 23
0
route problem
.../category/:category_id/berichten(.:format) berichten#index POST /category/:category_id/berichten(.:format) berichten#create new_category_berichten GET /category/:category_id/berichten/new(.:format) berichten#new edit_category_berichten GET /category/:category_id/berichten/:id/edit(.:format) berichten#edit category_berichten GET /category/:category_id/berichten/:id(.:format) berichten#show PUT /category/:category_id/berichten/:id(.:format) beric...