Add basic form for mass replacing nameservers

This commit is contained in:
Martin Lensment 2015-04-29 13:31:09 +03:00
parent 4c503b6c1a
commit 61577f1d75
3 changed files with 43 additions and 1 deletions

View file

@ -57,7 +57,7 @@ Rails.application.routes.draw do
resources :nameservers do
collection do
get 'replace_hostnames'
match 'replace_all', via: [:post, :get]
end
end