summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-03-15 14:33:43 +0100
committerAlex Legler <alex@a3li.li>2011-03-15 14:33:43 +0100
commit2538bd2f7dafc0b7c9deec2a43952ca17d739c8b (patch)
treec64dfcb96fc9efd5484e1e4f394e8257ea747fcf /config
parentAdd further object access checks (diff)
downloadglsamaker-2538bd2f7dafc0b7c9deec2a43952ca17d739c8b.tar.gz
glsamaker-2538bd2f7dafc0b7c9deec2a43952ca17d739c8b.tar.bz2
glsamaker-2538bd2f7dafc0b7c9deec2a43952ca17d739c8b.zip
Remove leftovers from the addbug/delbug hack.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/routes.rb b/config/routes.rb
index de7e996..9b250f5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -42,12 +42,6 @@ ActionController::Routing::Routes.draw do |map|
map.bug '/bug/:id', :controller => 'bug', :action => 'bug'
map.bughistory '/bug/:id/history', :controller => 'bug', :action => 'history'
- # Adding a bug to a GLSA and removing a bug from a GLSA
- map.addbug '/glsa/:id/addbug', :controller => 'glsa', :action => 'addbug'
- map.addbugsave '/glsa/:id/addbug/save', :controller => 'glsa', :action => 'addbugsave'
-
- map.delbug '/glsa/:id/delbug/:bugid', :controller => 'glsa', :action => 'delbug'
-
# Adding a comment to a GLSA
map.addcomment '/glsa/:id/addcomment', :controller => 'glsa', :action => 'addcomment'
map.addcommentsave '/glsa/:id/addcomment/save', :controller => 'glsa', :action => 'addcommentsave'