From d0a6fa64e57683561d725aea1a3441724bfe07bc Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Mon, 12 Jan 2015 16:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 222fe17eb..911a0643f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -58,14 +58,7 @@ RedmineApp::Application.routes.draw do end end - resources :poll do - member do - get 'add_question' - get 'add_answer' - get 'vote' - get 'statistics' - end - end + resources :poll resources :contest_notification