Class: Sis::Core::Applicant

Inherits:
ApplicationRecord show all
Defined in:
app/models/sis/core/applicant.rb

Instance Method Summary collapse

Methods inherited from ApplicationRecord

serialize

Instance Method Details

#full_nameObject



12
13
14
# File 'app/models/sis/core/applicant.rb', line 12

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