diff --git a/config/routes.rb b/config/routes.rb index d06fcc9cb..ff562926c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -27,8 +27,8 @@ RedmineApp::Application.routes.draw do - resources :discuss_demo - match '/discuss_demo/new',:to => 'discuss_demo#create',:via =>[:post] + resources :discuss_demos + #match '/discuss_demos/new',:to => 'discuss_demo#create',:via =>[:post] #match '/discuss_demo/show',:to => 'discuss_demo#show' mount Mobile::API => '/api'