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



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

def show
  render_serialized_payload { serialize_resource(resource) }
end