mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-14 01:05:56 -07: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
|