Class: Spree::TaxonRule

Inherits:
Object
  • Object
show all
Defined in:
app/models/spree/taxon_rule.rb

Constant Summary collapse

MATCH_POLICIES =
%w[
  is_equal_to
  is_not_equal_to
  contains
  does_not_contain
].freeze