mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-10 07:40:26 -07:00
13 lines
150 B
Ruby
13 lines
150 B
Ruby
module Analyze
|
|
module Group
|
|
class Gender
|
|
def name
|
|
'Gender'
|
|
end
|
|
|
|
def slug
|
|
'gender'
|
|
end
|
|
end
|
|
end
|
|
end
|