From 2cb0d4240861a3051eeb854cb3375cbe6849e213 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 5 Dec 2017 18:59:53 +0100 Subject: [PATCH] Require rackstash in rackstash/rack This allows users to just add require 'rackstash/rack' in order to load thw whole Rackstash plus the Rack integration. --- lib/rackstash/rack.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rackstash/rack.rb b/lib/rackstash/rack.rb index 2e250ff..60f8564 100644 --- a/lib/rackstash/rack.rb +++ b/lib/rackstash/rack.rb @@ -4,6 +4,7 @@ # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE.txt file for details. +require 'rackstash' require 'rack' module Rackstash