From 126e510edc46ee7a4d9ddb53a3242d58c3deeea6 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 20 Oct 2017 19:43:22 +0200 Subject: [PATCH] Require time helper on require 'rackstash/helpers' --- lib/rackstash/helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rackstash/helpers.rb b/lib/rackstash/helpers.rb index c69043d..15273cb 100644 --- a/lib/rackstash/helpers.rb +++ b/lib/rackstash/helpers.rb @@ -12,3 +12,4 @@ module Rackstash end require 'rackstash/helpers/utf8' +require 'rackstash/helpers/time'