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

11 lines
151 B
Ruby

module AnalysisGraph
class StudentsByGroup
def to_s
'Students by Group'
end
def value
'students-by-group'
end
end
end