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