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