Class: Spree::Api::V2::OrdersController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/api/v2/orders_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/spree/api/v2/orders_controller.rb', line 5

def show
  render_instance @current_api_user.orders.find(params[:id])
end