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

6 lines
74 B
Ruby
Raw Normal View History

2016-12-29 12:37:22 +00:00
module TimeHelper
def christmastime?
Time.now.month == 12
end
end