mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Refactor zones
- Rename "zonefile_setting" to "zone" - Remove version #475
This commit is contained in:
parent
6361d52be9
commit
5814376259
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
module Admin
|
||||
module DNS
|
||||
class ZonesController < AdminController
|
||||
#load_and_authorize_resource(class: DNS::Zone)
|
||||
skip_authorization_check
|
||||
load_and_authorize_resource(class: DNS::Zone)
|
||||
before_action :load_zone, only: %i[edit update destroy]
|
||||
|
||||
def index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue