diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-22 15:56:44 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-22 15:56:44 +0100 |
commit | c0b5dc2438f1d57a6a7564de320ad58c15861459 (patch) | |
tree | c803f3a0b051ec9fbc0d3e7f2868ce2d3c43adb6 | |
parent | 7c70e0852c5107629b7ca18751cc0b4479c5d6c4 (diff) | |
parent | 72c5b1c24bc62e5799cd76c1ae914027bd542ef9 (diff) |
Merge branch 'master' of github.com:sebbacon/alaveteli
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 9765b26b8..d9989a800 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -192,7 +192,7 @@ ActionController::Routing::Routes.draw do |map| rule.admin_rule_new '/admin/censor/new', :action => 'new' rule.admin_rule_create '/admin/censor/create', :action => 'create' rule.admin_rule_edit '/admin/censor/edit/:id', :action => 'edit' - rule.admin_rule_update '/admin/censor/update', :action => 'update' + rule.admin_rule_update '/admin/censor/update/:id', :action => 'update' rule.admin_rule_destroy '/admin/censor/destroy/:censor_rule_id', :action => 'destroy' end map.filter('conditionallyprependlocale') |