Class: StudentProgress::StudentReport

Inherits:
Sequel::Model
  • Object
show all
Defined in:
lib/student_progress/student_report.rb

Instance Method Summary collapse

Instance Method Details

#student_nameObject



5
6
7
# File 'lib/student_progress/student_report.rb', line 5

def student_name
  self.student && self.student.full_name
end