mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Add scaffold for a controller & view
This commit is contained in:
parent
de37732a56
commit
ee2601b8de
8 changed files with 63 additions and 0 deletions
|
@ -133,6 +133,8 @@ Rails.application.routes.draw do
|
|||
end
|
||||
resources :domain_transfers, only: %i[new create]
|
||||
resource :bulk_change, controller: :bulk_change, only: :new
|
||||
# resource :bulk_renew, controller: :bulk_renew #, only: :index
|
||||
post '/registrar/bulk_renew/new', to: 'bulk_renew#new', as: :new_registrar_bulk_renew
|
||||
resource :tech_contacts, only: :update
|
||||
resource :nameservers, only: :update
|
||||
resources :contacts, constraints: {:id => /[^\/]+(?=#{ ActionController::Renderers::RENDERERS.map{|e| "\\.#{e}\\z"}.join("|") })|[^\/]+/} do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue