mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
13 lines
147 B
Ruby
13 lines
147 B
Ruby
module Analyze
|
|
module Group
|
|
class Grade
|
|
def name
|
|
'Grade'
|
|
end
|
|
|
|
def slug
|
|
'grade'
|
|
end
|
|
end
|
|
end
|
|
end
|