Merge branch 'master' into registrant-api-contacts-controller

This commit is contained in:
Maciej Szlosarczyk 2018-08-09 14:05:27 +03:00
commit 9dd9d4b1d6
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
7 changed files with 156 additions and 34 deletions

View file

@ -23,8 +23,8 @@ Rails.application.routes.draw do
namespace :registrant do
post 'auth/eid', to: 'auth#eid'
resources :domains, only: [:index]
resources :contacts, only: %i[index show]
resources :domains, only: %i[index, show], param: :uuid
resources :contacts, only: %i[index show], param: :uuid
end
end
end