From 2538bd2f7dafc0b7c9deec2a43952ca17d739c8b Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Tue, 15 Mar 2011 14:33:43 +0100 Subject: Remove leftovers from the addbug/delbug hack. --- config/routes.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config') 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' -- cgit v1.2.3-65-gdbad