changeset 259:a5d526f6d88a feature_80

* Remove obsolete line
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 04 Mar 2011 14:55:47 +0000
parents ce817f379723
children 847add61573b
files config/routes.rb
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config/routes.rb	Fri Mar 04 14:50:22 2011 +0000
+++ b/config/routes.rb	Fri Mar 04 14:55:47 2011 +0000
@@ -165,8 +165,6 @@
 
   end
 
-#  map.connect 'projects/:id/files/toggle_active', :controller => 'files', :action => 'toggle_active', :conditions => {:method => :post}
-
   # Destroy uses a get request to prompt the user before the actual DELETE request
   map.project_destroy_confirm 'projects/:id/destroy', :controller => 'projects', :action => 'destroy', :conditions => {:method => :get}