From b18db190355fb38f5b7891ef32dd284a8025e39b Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 9 Aug 2018 14:07:06 +0300 Subject: [PATCH] Fix error introduced by merge conflict --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 7a802a7a1..6af6623f8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -23,7 +23,7 @@ Rails.application.routes.draw do namespace :registrant do post 'auth/eid', to: 'auth#eid' - resources :domains, only: %i[index, show], param: :uuid + resources :domains, only: %i[index show], param: :uuid resources :contacts, only: %i[index show], param: :uuid end end