Remove unused routes

This commit is contained in:
Artur Beljajev 2018-01-11 15:49:39 +02:00
parent 5e39af41e3
commit 294ff638b1

View file

@ -99,7 +99,7 @@ Rails.application.routes.draw do
namespace :registrant do namespace :registrant do
root 'domains#index' root 'domains#index'
resources :domains do resources :domains, only: %i[index show] do
collection do collection do
get :download_list get :download_list
end end