Class: Spree::Api::V2::Storefront::UserPromotionController
- Inherits:
-
ResourceController
- Object
- ResourceController
- Spree::Api::V2::Storefront::UserPromotionController
show all
- Defined in:
- app/controllers/spree/api/v2/storefront/user_promotion_controller.rb
Instance Method Summary
collapse
Instance Method Details
#collection ⇒ Object
8
9
10
|
# File 'app/controllers/spree/api/v2/storefront/user_promotion_controller.rb', line 8
def collection
@collection ||= spree_current_user.promotions.order(id: :desc)
end
|