From e7e1ebd22836d38c7450289b1a5056dea44be722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Mon, 31 Jul 2023 19:13:57 +0600 Subject: [PATCH] Update application.rb --- lib/pg_ldap_sync/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pg_ldap_sync/application.rb b/lib/pg_ldap_sync/application.rb index 909167f..833738d 100644 --- a/lib/pg_ldap_sync/application.rb +++ b/lib/pg_ldap_sync/application.rb @@ -10,6 +10,7 @@ require "pg_ldap_sync/logger" module PgLdapSync class Application attr_accessor :config_fname + attr_accessor :groups_fname attr_accessor :log attr_accessor :test