fixed rubocop warning

This commit is contained in:
dinsmol 2021-09-15 22:00:16 +03:00
parent 10aabf750c
commit 81e67fd036

View file

@ -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]