zeus.ugent.be/lib/helpers/about.rb

10 lines
158 B
Ruby
Raw Normal View History

2017-06-14 07:09:37 +00:00
module AboutHelper
def bestuur_of(year)
data_from(:bestuur)[year]
end
def current_bestuur
bestuur_of(@config[:academic_year].to_sym)
end
end