mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07: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
|