index

in app/controllers/api/types_controller.rb [2:5]


    def index
      render json: ProductKind.all
    end