@@ -16,8 +16,6 ActionController::Routing::Routes.draw do |map| | |||||
16 |
|
16 | |||
17 | map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' |
|
17 | map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' | |
18 |
|
18 | |||
19 | map.connect 'help/:ctrl/:page', :controller => 'help', :conditions => {:method => :get} |
|
|||
20 |
|
||||
21 | map.connect '/time_entries/destroy', |
|
19 | map.connect '/time_entries/destroy', | |
22 | :controller => 'timelog', :action => 'destroy', :conditions => { :method => :delete } |
|
20 | :controller => 'timelog', :action => 'destroy', :conditions => { :method => :delete } | |
23 | map.time_entries_context_menu '/time_entries/context_menu', |
|
21 | map.time_entries_context_menu '/time_entries/context_menu', |
General Comments 0
You need to be logged in to leave comments.
Login now