Project

General

Profile

« Previous | Next » 

Revision 772

Native eol property set on config/*

View differences:

routes.rb
8 8

  
9 9
  map.home '', :controller => 'welcome'
10 10

  
11
  map.connect 'wiki/:id/:page/:action', :controller => 'wiki', :page => nil

12
  map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'

13
  map.connect 'help/:ctrl/:page', :controller => 'help'

14
  #map.connect ':controller/:action/:id/:sort_key/:sort_order'

11
  map.connect 'wiki/:id/:page/:action', :controller => 'wiki', :page => nil
12
  map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'
13
  map.connect 'help/:ctrl/:page', :controller => 'help'
14
  #map.connect ':controller/:action/:id/:sort_key/:sort_order'
15 15
  
16 16
  map.connect 'issues/:issue_id/relations/:action/:id', :controller => 'issue_relations'
17 17
  map.connect 'projects/:project_id/boards/:action/:id', :controller => 'boards'
......
20 20
  # Allow downloading Web Service WSDL as a file with an extension
21 21
  # instead of a file named 'wsdl'
22 22
  map.connect ':controller/service.wsdl', :action => 'wsdl'
23

  
23

  
24 24
 
25 25
  # Install the default route as the lowest priority.
26 26
  map.connect ':controller/:action/:id'
27 27

  

Also available in: Unified diff