|
|
@ -129,6 +129,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
# get 'mission', :action => 'mission', :as => 'mission'
|
|
|
|
# get 'mission', :action => 'mission', :as => 'mission'
|
|
|
|
# get 'on', :action => 'on', :as => 'on'
|
|
|
|
# get 'on', :action => 'on', :as => 'on'
|
|
|
|
get 'file', :action => 'file', :as => 'file'
|
|
|
|
get 'file', :action => 'file', :as => 'file'
|
|
|
|
|
|
|
|
get 'statistics', :action => 'statistics', :as => 'statistics'
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
|
|
|
|
|
|
|
|
post 'modules'
|
|
|
|
post 'modules'
|
|
|
@ -146,6 +147,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
# match '/on', :controller => 'projects', :action => 'on', :as => 'on', :via => :get
|
|
|
|
# match '/on', :controller => 'projects', :action => 'on', :as => 'on', :via => :get
|
|
|
|
# match '/settings(/:tab)', :controller => 'projects', :action => 'settings', :as => 'settings', :via => :get
|
|
|
|
# match '/settings(/:tab)', :controller => 'projects', :action => 'settings', :as => 'settings', :via => :get
|
|
|
|
match '/file', :controller => 'projects', :action => 'file', :as => 'file', :via => :get
|
|
|
|
match '/file', :controller => 'projects', :action => 'file', :as => 'file', :via => :get
|
|
|
|
|
|
|
|
match '/statistics', :controller => 'projects', :action => 'statistics', :as => 'statistics', :via => :get
|
|
|
|
# match '/investor', :controller => 'projects', :action => 'investor', :as => 'investor', :via => :get
|
|
|
|
# match '/investor', :controller => 'projects', :action => 'investor', :as => 'investor', :via => :get
|
|
|
|
|
|
|
|
|
|
|
|
# match '/activity', :controller => 'activities', :action => 'index', :as => 'activity', :via => :get
|
|
|
|
# match '/activity', :controller => 'activities', :action => 'index', :as => 'activity', :via => :get
|
|
|
|