Modernized the app with app structure from Stage Manager
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Handles LDAP accounts
|
||||
class Account
|
||||
|
||||
def name
|
||||
return 'N/a'
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user