Class: Spree::Api::V2::Storefront::UserPromotionController

Inherits:
ResourceController
  • Object
show all
Defined in:
app/controllers/spree/api/v2/storefront/user_promotion_controller.rb

Direct Known Subclasses

OrderPromotionsController

Instance Method Summary collapse

Instance Method Details

#collectionObject



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