def show
    @variant = Variant.find_by id: params[:id]
    if @variant
      render json: { variant: @variant }
    else