From c896800325b5eb21ac1271e98aa41ca51b8887a1 Mon Sep 17 00:00:00 2001 From: iagirre Date: Wed, 18 Oct 2017 09:53:03 +0200 Subject: [PATCH] Removed added and unused route --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index e9ae237f0..ae4f7280c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -111,8 +111,6 @@ Rails.application.routes.draw do resources :annotations do get :search, on: :collection end - - get "polls/:id/stats", to: "polls/stats#show", as: 'custom_poll_stats' resources :polls, only: [:show, :index] do resources :questions, controller: 'polls/questions', shallow: true do