Module: SpreeBase
- Defined in:
- lib/spree_compare_products.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included_with_compare_products(receiver) ⇒ Object
49 50 51 52 |
# File 'lib/spree_compare_products.rb', line 49 def included_with_compare_products(receiver) included_without_compare_products(receiver) receiver.send :before_filter, 'find_comparable_products' end |