mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
13 lines
157 B
Ruby
13 lines
157 B
Ruby
module Analyze
|
|
module Group
|
|
class Sped
|
|
def name
|
|
"Special Education"
|
|
end
|
|
|
|
def slug
|
|
"sped"
|
|
end
|
|
end
|
|
end
|
|
end
|