Module: Spree::Payment::LoyaltyPoints::ClassMethods

Defined in:
app/models/concerns/spree/payment/loyalty_points.rb

Instance Method Summary collapse

Instance Method Details

#any_with_loyalty_points?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'app/models/concerns/spree/payment/loyalty_points.rb', line 13

def any_with_loyalty_points?
  by_loyalty_points.size != 0
end