@@ -22,11 +22,13 ActionController::Routing::Routes.draw do |map| | |||
|
22 | 22 | map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' |
|
23 | 23 | |
|
24 | 24 | map.connect '/time_entries/destroy', |
|
25 |
|
|
|
25 | :controller => 'timelog', :action => 'destroy', | |
|
26 | :conditions => { :method => :delete } | |
|
26 | 27 | map.time_entries_context_menu '/time_entries/context_menu', |
|
27 | 28 | :controller => 'context_menus', :action => 'time_entries' |
|
28 | 29 | |
|
29 | map.resources :time_entries, :controller => 'timelog', :collection => {:report => :get, :bulk_edit => :get, :bulk_update => :post} | |
|
30 | map.resources :time_entries, :controller => 'timelog', | |
|
31 | :collection => {:report => :get, :bulk_edit => :get, :bulk_update => :post} | |
|
30 | 32 | |
|
31 | 33 | map.connect 'projects/:id/wiki', :controller => 'wikis', |
|
32 | 34 | :action => 'edit', :conditions => {:method => :post} |
General Comments 0
You need to be logged in to leave comments.
Login now