mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43: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 Admin
|
||||||
module DNS
|
module DNS
|
||||||
class ZonesController < AdminController
|
class ZonesController < AdminController
|
||||||
#load_and_authorize_resource(class: DNS::Zone)
|
load_and_authorize_resource(class: DNS::Zone)
|
||||||
skip_authorization_check
|
|
||||||
before_action :load_zone, only: %i[edit update destroy]
|
before_action :load_zone, only: %i[edit update destroy]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue