Class: BackgroundLdapImportJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/background_ldap_import_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



4
5
6
# File 'app/jobs/background_ldap_import_job.rb', line 4

def perform
    ThecoreAuthCommons.import_ldap_users_task
end