mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Add a view and routes
This commit is contained in:
parent
489cd2f7e5
commit
fca12fdb34
9 changed files with 119 additions and 9 deletions
|
@ -137,6 +137,7 @@ Rails.application.routes.draw do
|
|||
resource :bulk_change, controller: :bulk_change, only: :new
|
||||
post '/bulk_renew/new', to: 'bulk_change#bulk_renew', as: :bulk_renew
|
||||
resource :tech_contacts, only: :update
|
||||
resource :admin_contacts, only: :update
|
||||
resource :nameservers, only: :update
|
||||
resources :contacts, constraints: {:id => /[^\/]+(?=#{ ActionController::Renderers::RENDERERS.map{|e| "\\.#{e}\\z"}.join("|") })|[^\/]+/} do
|
||||
member do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue