Class: Spree::PromotionFinder
- Inherits:
-
Object
- Object
- Spree::PromotionFinder
- Defined in:
- app/models/spree/promotion_finder.rb
Class Method Summary collapse
Class Method Details
.by_code_or_id(coupon_code) ⇒ Object
5 6 7 |
# File 'app/models/spree/promotion_finder.rb', line 5 def self.by_code_or_id(coupon_code) Spree::Promotion.with_coupon_code(coupon_code.to_s) || Spree::Promotion.find(coupon_code) end |