Class: Sis::Core::Instructor

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

Instance Method Summary collapse

Methods inherited from ApplicationRecord

serialize

Instance Method Details

#full_nameObject



6
7
8
# File 'app/models/sis/core/instructor.rb', line 6

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