Module: Spree::NullPromotionFinder
- Defined in:
- app/models/spree/null_promotion_finder.rb
Class Method Summary collapse
Class Method Details
.by_code_or_id ⇒ Object
5 6 7 |
# File 'app/models/spree/null_promotion_finder.rb', line 5 def self.by_code_or_id(*) raise ActiveRecord::RecordNotFound, "No promotion system configured." end |