From 6bafec03e9c61afeae90bb52b691e1b483c73d3e Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Mon, 16 Mar 2015 15:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 365c5a78e..d06fcc9cb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -27,6 +27,9 @@ RedmineApp::Application.routes.draw do + resources :discuss_demo + match '/discuss_demo/new',:to => 'discuss_demo#create',:via =>[:post] + #match '/discuss_demo/show',:to => 'discuss_demo#show' mount Mobile::API => '/api' resources :homework_users