show

in app/controllers/api/products_controller.rb [7:11]


    def show
      product = Product.find params[:id]
      render json: product
    end