mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Improve registrant area
This commit is contained in:
parent
43a70863cf
commit
638167e3cb
14 changed files with 119 additions and 80 deletions
|
@ -113,8 +113,9 @@ Rails.application.routes.draw do
|
|||
root 'domains#index'
|
||||
|
||||
resources :registrars, only: :show
|
||||
resources :contacts, only: :show
|
||||
resources :domains, only: %i[index show] do
|
||||
resources :contacts, only: %i[show]
|
||||
|
||||
collection do
|
||||
get :download_list
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue