mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
parent
a932d43dda
commit
4dc7723554
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module Admin
|
module Admin
|
||||||
class DomainsController < BaseController
|
class DomainsController < BaseController
|
||||||
load_and_authorize_resource
|
load_and_authorize_resource
|
||||||
before_action :set_domain, only: [:show, :edit, :update, :zonefile]
|
before_action :set_domain, only: [:show, :edit, :update]
|
||||||
helper_method :force_delete_templates
|
helper_method :force_delete_templates
|
||||||
|
|
||||||
# rubocop: disable Metrics/PerceivedComplexity
|
# rubocop: disable Metrics/PerceivedComplexity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue