mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
13 lines
150 B
Ruby
13 lines
150 B
Ruby
module Analyze
|
|
module Group
|
|
class Income
|
|
def name
|
|
'Income'
|
|
end
|
|
|
|
def slug
|
|
'income'
|
|
end
|
|
end
|
|
end
|
|
end
|