Class: Spree::Api::V2::Storefront::OrderStatusController

Inherits:
BaseController
  • Object
show all
Includes:
OrderConcern
Defined in:
app/controllers/spree/api/v2/storefront/order_status_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#content_type

Instance Method Details

#showObject



8
9
10
# File 'app/controllers/spree/api/v2/storefront/order_status_controller.rb', line 8

def show
  render_serialized_payload { serialize_resource(resource) }
end