def create
    if @tenant_fund.save
      redirect_to admin_funds_path,
                  notice: t('funds.add_site.success',
                            cs: @tenant_fund.tenant.name,