Merge 4d4736f042 into 424b1302cb
This commit is contained in:
commit
211410b6f0
33 changed files with 621 additions and 91 deletions
9
app/helpers/payments_helper.rb
Normal file
9
app/helpers/payments_helper.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module PaymentsHelper
|
||||
def months
|
||||
(1..12).collect{|n| ["#{n} - #{Date::MONTHNAMES[n]}", n]}
|
||||
end
|
||||
|
||||
def years
|
||||
(Date.current.year..Date.current.year + 15)
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue