mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
fixed rubocop warning
This commit is contained in:
parent
10aabf750c
commit
81e67fd036
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Admin
|
||||
class RegistrarsController < BaseController
|
||||
class RegistrarsController < BaseController # rubocop:disable Metrics/ClassLength
|
||||
load_and_authorize_resource
|
||||
before_action :set_registrar, only: [:show, :edit, :update, :destroy]
|
||||
before_action :set_registrar_status_filter, only: [:index]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue