|
|
@ -580,7 +580,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
match 'permissions', :via => [:get, :post]
|
|
|
|
match 'permissions', :via => [:get, :post]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
resources :web_footer_companies, :only => [:index, :new, :edit, :create,:update,:destroy]
|
|
|
|
resources :web_footer_companies, :except => :show
|
|
|
|
resources :enumerations, :except => :show
|
|
|
|
resources :enumerations, :except => :show
|
|
|
|
match 'enumerations/:type', :to => 'enumerations#index', :via => :get
|
|
|
|
match 'enumerations/:type', :to => 'enumerations#index', :via => :get
|
|
|
|
|
|
|
|
|
|
|
|