Class: Promotion::Rules::FirstOrder
- Inherits:
-
PromotionRule
- Object
- PromotionRule
- Promotion::Rules::FirstOrder
- Defined in:
- app/models/promotion/rules/first_order.rb
Instance Method Summary collapse
Instance Method Details
#eligible?(order) ⇒ Boolean
3 4 5 |
# File 'app/models/promotion/rules/first_order.rb', line 3 def eligible?(order) order.user && order.user.orders.complete.count == 0 end |