aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-27 15:02:40 +0200
committerAlex Legler <alex@a3li.li>2011-08-27 15:02:40 +0200
commitdbbf5d0458618b6d39024984dbd9e99385112e9d (patch)
tree3ee59243dbcfc49fecbd5a8f4302db6126c9756c
parentGLSAController: Minor cleanup (diff)
downloadglsamaker-dbbf5d0458618b6d39024984dbd9e99385112e9d.tar.gz
glsamaker-dbbf5d0458618b6d39024984dbd9e99385112e9d.tar.bz2
glsamaker-dbbf5d0458618b6d39024984dbd9e99385112e9d.zip
Fix admin route and remove unused "bugzie" route
-rw-r--r--config/routes.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 6716d81..63b8a1a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -10,11 +10,10 @@ Glsamaker::Application.routes.draw do
match 'bug/:id' => 'bug#bug', :as => :bug
match 'bug/:id/history' => 'bug#history', :as => :bughistory
- match 'tools/bug/:id/:what' => 'tools#bugzie', :as => :bugzie
match 'cve/list.:format' => 'cve#list', :as => :cve
- match 'admin' => 'admin#index'
+ match 'admin' => 'admin/index#index'
resources :glsas, :controller => 'glsa' do
resources :comments