Class: User

Inherits:
Object
  • Object
show all
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_nameObject



4
5
6
# File 'lib/generators/auth_client/templates/user.rb', line 4

def app_name
  Settings['app.host']
end