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