mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
11 lines
161 B
Ruby
11 lines
161 B
Ruby
module AnalysisGraph
|
|
class StudentsAndTeachers
|
|
def to_s
|
|
'Students & Teachers'
|
|
end
|
|
|
|
def value
|
|
'students-and-teachers'
|
|
end
|
|
end
|
|
end
|