Class: Spree::Api::V3::Store::OrdersController
- Inherits:
-
Store::BaseController
- Object
- Store::BaseController
- Spree::Api::V3::Store::OrdersController
- Defined in:
- app/controllers/spree/api/v3/store/orders_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
10 11 12 |
# File 'app/controllers/spree/api/v3/store/orders_controller.rb', line 10 def show render json: serializer_class.new(@order, params: serializer_params).to_h end |