top

in app/controllers/api/products_controller.rb [12:16]


    def top
      products = Product.first(3)
      render json: products
    end