mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Refactor namesrvers controller, WIP with domain contacts
This commit is contained in:
parent
4c4c65d431
commit
168e6d2a01
8 changed files with 122 additions and 30 deletions
|
@ -2,7 +2,6 @@ class Admin::DomainStatusesController < ApplicationController
|
|||
before_action :set_domain
|
||||
before_action :set_domain_status, only: [:edit, :update, :destroy]
|
||||
|
||||
|
||||
def new
|
||||
@domain_status = @domain.domain_statuses.build(value: DomainStatus::OK)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue