This website requires JavaScript.
Explore
Help
Sign In
Metaunix
/
webdap
Watch
1
Star
0
Fork
0
You've already forked webdap
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
webdap
/
app
/
models
/
account.rb
11 lines
109 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Modernized the app with app structure from Stage Manager
2023-03-31 11:52:37 -04:00
# frozen_string_literal: true
# Handles LDAP accounts
class
Account
def
name
return
'N/a'
end
end
Reference in New Issue
Copy Permalink