Class: Sis::Core::ClassSchedule

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

Instance Method Summary collapse

Methods inherited from ApplicationRecord

serialize

Instance Method Details

#instructor_full_nameObject



13
14
15
# File 'app/models/sis/core/class_schedule.rb', line 13

def instructor_full_name
  course_assignment.instructor.full_name
end