mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Merge pull request #486 from internetee/remove-registrar-nameservers-controller
Remove unused registrar name servers controller
This commit is contained in:
commit
aa7b29f5a1
5 changed files with 0 additions and 164 deletions
|
@ -756,16 +756,6 @@ en:
|
|||
due_date_until: 'Due date until'
|
||||
minimum_total: 'Minimum total'
|
||||
maximum_total: 'Maximum total'
|
||||
hostname_end: 'Hostname end'
|
||||
hostname_end_replacement: 'Hostname end replacement'
|
||||
hostname_end_is_required: 'Hostname end is required'
|
||||
hostname_end_replacement_is_required: 'Hostname end replacement is required'
|
||||
hostnames_replaced: 'Hostnames replaced'
|
||||
all_hostnames_replaced: 'All hostnames replaced'
|
||||
hostnames_partially_replaced: 'Hostnames partially replaced'
|
||||
hostnames_will_be_replaced_only_if_domain_validates_with_the_new_nameserver: 'Hostnames will be replaced only if domain validates with the new nameserver'
|
||||
back_to_domains: 'Back to domains'
|
||||
no_hostnames_replaced: 'No hostnames replaced'
|
||||
forbidden_code: 'is forbidden to use'
|
||||
unimplemented_object_service: 'Unimplemented object service'
|
||||
contact_email_update_subject: 'Teie domeenide kontakt epostiaadress on muutunud / Contact e-mail addresses of your domains have changed'
|
||||
|
|
|
@ -61,13 +61,6 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
# turned off requested by client
|
||||
# resources :nameservers do
|
||||
# collection do
|
||||
# match 'replace_all', via: [:post, :get]
|
||||
# end
|
||||
# end
|
||||
|
||||
resources :contacts, constraints: {:id => /[^\/]+(?=#{ ActionController::Renderers::RENDERERS.map{|e| "\\.#{e}\\z"}.join("|") })|[^\/]+/} do
|
||||
member do
|
||||
get 'delete'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue