Class: User
- Inherits:
-
Object
- Object
- User
- Includes:
- AuthClient::User
- Defined in:
- lib/generators/auth_client/templates/user.rb
Instance Method Summary collapse
Methods included from AuthClient::User
#activity_notify, #after_signed_in, #check_app_name, #fullname, #info_hash, #info_notify, #last_activity_at, #permissions_info, #to_s
Instance Method Details
#app_name ⇒ Object
4 5 6 |
# File 'lib/generators/auth_client/templates/user.rb', line 4 def app_name Settings['app.host'] end |