From 81e67fd0360adcbbcaba06c1a605bd85018029a5 Mon Sep 17 00:00:00 2001 From: dinsmol Date: Wed, 15 Sep 2021 22:00:16 +0300 Subject: [PATCH] fixed rubocop warning --- app/controllers/admin/registrars_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/registrars_controller.rb b/app/controllers/admin/registrars_controller.rb index 1d310bfa4..a803a8e7d 100644 --- a/app/controllers/admin/registrars_controller.rb +++ b/app/controllers/admin/registrars_controller.rb @@ -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]