From b37f21dce1af5c3abdd55277d7e7e2adcb108a65 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 10 Jun 2015 18:38:32 +1000 Subject: [PATCH] Remove load_active_distributors call missed by merge --- app/controllers/shops_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shops_controller.rb b/app/controllers/shops_controller.rb index 9a7a94523d..3305811e07 100644 --- a/app/controllers/shops_controller.rb +++ b/app/controllers/shops_controller.rb @@ -1,6 +1,5 @@ class ShopsController < BaseController layout 'darkswarm' - before_filter :load_active_distributors def index end