Track incomes
This commit is contained in:
parent
ab00344de0
commit
e098ab48ca
19 changed files with 337 additions and 1 deletions
7
app/helpers/incomes_helper.rb
Normal file
7
app/helpers/incomes_helper.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
module IncomesHelper
|
||||
def members
|
||||
Member
|
||||
.all
|
||||
.map { |member, value| [member.name, member.id] }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue