def update
    @financial_transaction_type = FinancialTransactionType.find(params[:id])

    if @financial_transaction_type.update(params[:financial_transaction_type])
      redirect_to update_transaction_types_admin_finances_url, status: :see_other