Mercurial > hg > soundsoftware-site
diff config/routes.rb @ 318:f7c525dc7585 luisf
Merge from branch "live"
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 28 Mar 2011 18:17:06 +0100 |
parents | 6c56a595dc1c |
children | ebf53b46f3f3 |
line wrap: on
line diff
--- a/config/routes.rb Thu Mar 24 13:59:03 2011 +0000 +++ b/config/routes.rb Mon Mar 28 18:17:06 2011 +0100 @@ -236,6 +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/external-repository.:format', :action => 'get_external_repo_url', :conditions => {:method => :get} sys.connect 'sys/projects/:id/embedded.:format', :action => 'set_embedded_active', :conditions => { :method => :post } end