From 926283398b1f4ba2e98cdbc2f107abe610dd1119 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Tue, 17 Mar 2015 09:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'