# HG changeset patch # User Chris Cannam # Date 1297345428 0 # Node ID 984e4ee774f173a405953f614420732cae2518e1 # Parent 1e55195bca45f1da94e1ac72028bffd6ec0d1fa9# Parent 3fecad619aa355df263e2fdd0f40d5a105fbd50e Merge from branch "feature_75" diff -r 1e55195bca45 -r 984e4ee774f1 config/routes.rb --- 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.