Revision 1451:e52de09132b1 config
| config/routes.rb | ||
|---|---|---|
| 336 | 336 |
|
| 337 | 337 |
match 'sys/projects', :to => 'sys#projects', :via => :get |
| 338 | 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 | 340 |
match 'sys/projects/:id/embedded.:format', :controller => 'sys', :action => 'set_embedded_active', :conditions => { :method => :post }
|
| 340 | 341 |
match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get |
| 341 | 342 |
|
Also available in: Unified diff