1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

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.
This commit is contained in:
Holger Just 2017-12-05 18:59:53 +01:00
parent 8cdd000b0c
commit 2cb0d42408

View File

@ -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