mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Fix namespaces for Zeitwerk class loader
This commit is contained in:
parent
32634c7a8b
commit
43b3033991
78 changed files with 666 additions and 704 deletions
|
@ -247,12 +247,24 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :version_domain_versions do
|
||||
collection do
|
||||
get 'search' => 'domain_versions#search', via: [:get, :post], as: :search
|
||||
end
|
||||
end
|
||||
|
||||
resources :contact_versions do
|
||||
collection do
|
||||
get 'search'
|
||||
end
|
||||
end
|
||||
|
||||
resources :version_contact_versions do
|
||||
collection do
|
||||
get 'search' => 'contact_versions#search', via: [:get, :post], as: :search
|
||||
end
|
||||
end
|
||||
|
||||
resources :settings, only: %i[index create]
|
||||
|
||||
resources :blocked_domains do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue