Module: SolidusLegacyPromotions::SpreeOrderDecorator::ClassMethods
- Defined in:
- app/decorators/solidus_legacy_promotions/models/spree_order_decorator.rb
Instance Method Summary collapse
Instance Method Details
#allowed_ransackable_associations ⇒ Object
6 7 8 |
# File 'app/decorators/solidus_legacy_promotions/models/spree_order_decorator.rb', line 6 def allowed_ransackable_associations super + ["promotions", "order_promotions"] end |