From 7661a24a44d1685c7c7d2079180fde8f4bcb7613 Mon Sep 17 00:00:00 2001 From: Urban Rotnik <urban.rotnik@gmail.com> Date: Fri, 6 Dec 2019 11:15:17 +0100 Subject: [PATCH] Remove scope for before_action --- app/controllers/repository_status_items_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/repository_status_items_controller.rb b/app/controllers/repository_status_items_controller.rb index 63027e2be..9e0379eed 100644 --- a/app/controllers/repository_status_items_controller.rb +++ b/app/controllers/repository_status_items_controller.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class RepositoryStatusItemsController < ApplicationController - before_action :load_vars, only: :search + before_action :load_vars def search status_items = @repository_column.repository_status_items