Class: Spree::Api::PromotionsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Spree::Api::PromotionsController
- Defined in:
- app/controllers/spree/api/promotions_controller.rb
Instance Attribute Summary
Attributes inherited from BaseController
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 |
# File 'app/controllers/spree/api/promotions_controller.rb', line 8 def show :show, @promotion respond_with(@promotion, default_template: :show) end |