mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08: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
|