mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 13:51:41 +02:00
New domain form
This commit is contained in:
parent
98cbae993d
commit
24e7beed5b
11 changed files with 66 additions and 1 deletions
|
@ -8,6 +8,17 @@ Rails.application.routes.draw do
|
|||
namespace(:admin) do
|
||||
resources :domains
|
||||
resources :setting_groups
|
||||
resources :registrars do
|
||||
collection do
|
||||
get :search
|
||||
end
|
||||
end
|
||||
|
||||
resources :contacts do
|
||||
collection do
|
||||
get 'search'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue