show

in app/controllers/api/orders_controller.rb [21:24]


    def show
      render json: Order.find(params[:id])
    end