mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
11 lines
151 B
Ruby
11 lines
151 B
Ruby
module AnalysisGraph
|
|
class StudentsByGroup
|
|
def to_s
|
|
'Students by Group'
|
|
end
|
|
|
|
def value
|
|
'students-by-group'
|
|
end
|
|
end
|
|
end
|