comparison config/routes.rb @ 1455:5e0957fe308d luisf

merge from default branch
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 07 Nov 2013 17:12:00 +0000
parents 3db88d605fa7
children 51364c0cd58f
comparison
equal deleted inserted replaced
1454:02a05da0bedc 1455:5e0957fe308d
334 match 'settings/edit', :controller => 'settings', :action => 'edit', :via => [:get, :post] 334 match 'settings/edit', :controller => 'settings', :action => 'edit', :via => [:get, :post]
335 match 'settings/plugin/:id', :controller => 'settings', :action => 'plugin', :via => [:get, :post] 335 match 'settings/plugin/:id', :controller => 'settings', :action => 'plugin', :via => [:get, :post]
336 336
337 match 'sys/projects', :to => 'sys#projects', :via => :get 337 match 'sys/projects', :to => 'sys#projects', :via => :get
338 match 'sys/projects/:id/repository', :to => 'sys#create_project_repository', :via => :post 338 match 'sys/projects/:id/repository', :to => 'sys#create_project_repository', :via => :post
339 match 'sys/projects/:id/repository_cache.:format', :controller => 'sys', :action => 'clear_repository_cache', :conditions => { :method => :post }
339 match 'sys/projects/:id/embedded.:format', :controller => 'sys', :action => 'set_embedded_active', :conditions => { :method => :post } 340 match 'sys/projects/:id/embedded.:format', :controller => 'sys', :action => 'set_embedded_active', :conditions => { :method => :post }
340 match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get 341 match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get
341 342
342 match 'uploads', :to => 'attachments#upload', :via => :post 343 match 'uploads', :to => 'attachments#upload', :via => :post
343 344