Skip to content

Commit

Permalink
Merge pull request solidusio#2190 from cbrunsdon/remove_product_filte…
Browse files Browse the repository at this point in the history
…r_autoload

Remove autoload on product_filters
  • Loading branch information
cbrunsdon committed Sep 6, 2017
2 parents 455e676 + f2c37fe commit f82567f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions core/app/models/spree/taxon.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'spree/core/product_filters'

module Spree
class Taxon < Spree::Base
acts_as_nested_set dependent: :destroy
Expand Down
2 changes: 0 additions & 2 deletions core/lib/spree/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def self.config(&_block)
end

module Core
autoload :ProductFilters, "spree/core/product_filters"

class GatewayError < RuntimeError; end

include ActiveSupport::Deprecation::DeprecatedConstantAccessor
Expand Down

0 comments on commit f82567f

Please sign in to comment.