Class: Spina::Admin::Conferences::Accounts::PublicUser

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/spina/admin/conferences/accounts/public_user.rb

Overview

User accounts

Instance Method Summary collapse

Instance Method Details

#full_nameObject



18
19
20
# File 'app/models/spina/admin/conferences/accounts/public_user.rb', line 18

def full_name
  "#{first_name} #{last_name}"
end