Class: LotusAdmin::User

Inherits:
ApplicationRecord show all
Includes:
Invitable
Defined in:
app/models/lotus_admin/user.rb

Instance Method Summary collapse

Methods included from Invitable

#send_invited_email_notification

Instance Method Details

#nameObject



9
10
11
# File 'app/models/lotus_admin/user.rb', line 9

def name
  [ first_name, last_name ].join(' ')
end