sqm-dashboards/app/models/analysis_graph/students_and_teachers.rb

11 lines
161 B
Ruby

module AnalysisGraph
class StudentsAndTeachers
def to_s
'Students & Teachers'
end
def value
'students-and-teachers'
end
end
end