changeset 221:984e4ee774f1 feature_20

Merge from branch "feature_75"
author Chris Cannam
date Thu, 10 Feb 2011 13:43:48 +0000
parents 1e55195bca45 (current diff) 3fecad619aa3 (diff)
children 45c691a2b709
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/routes.rb	Mon Feb 07 16:46:28 2011 +0000
+++ b/config/routes.rb	Thu Feb 10 13:43:48 2011 +0000
@@ -236,7 +236,7 @@
   map.with_options :controller => 'sys' do |sys|
     sys.connect 'sys/projects.:format', :action => 'projects', :conditions => {:method => :get}
     sys.connect 'sys/projects/:id/repository.:format', :action => 'create_project_repository', :conditions => {:method => :post}
-    sys.connect 'sys/projects/:id/embedded.:format', :action => 'set_embedded_active', :conditions => { :method => :get } #todo: should be post
+    sys.connect 'sys/projects/:id/embedded.:format', :action => 'set_embedded_active', :conditions => { :method => :post }
   end
  
   # Install the default route as the lowest priority.