in app/controllers/api/types_controller.rb [6:9]
def show render json: ProductKind.find(params[:id]) end