Module: Spree::PaymentMethodDecorator::ClassMethods
- Defined in:
- app/models/spree/payment_method_decorator.rb
Instance Method Summary collapse
Instance Method Details
#loyalty_points_id_included?(method_ids) ⇒ Boolean
9 10 11 |
# File 'app/models/spree/payment_method_decorator.rb', line 9 def loyalty_points_id_included?(method_ids) loyalty_points_type.where(id: method_ids).size != 0 end |