Delete dead code from products helper

This commit is contained in:
Luis Ramos
2020-04-09 16:33:17 +01:00
parent dd717fe8ac
commit 2ff8356c63
4 changed files with 13 additions and 51 deletions

View File

@@ -14,10 +14,6 @@ class BaseController < ApplicationController
helper 'spree/base'
# Spree::Core::ControllerHelpers declares helper_method get_taxonomies, so we need to
# include Spree::ProductsHelper so that method is available on the controller
include Spree::ProductsHelper
before_filter :set_locale
before_filter :check_order_cycle_expiry