zeus.ugent.be/lib/helpers/time.rb
2016-12-29 13:37:22 +01:00

6 lines
74 B
Ruby

module TimeHelper
def christmastime?
Time.now.month == 12
end
end