summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-06-17 08:44:22 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-06-17 08:44:22 +0200
commit2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41 (patch)
tree0aa835adf78b2f0ea6a7a3f9ba972aa19680f6c6 /lib
parentd3cd18269a3e02cdb19af2bc2ea5b6ad159e09b8 (diff)
downloadzorglub-2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41.zip
zorglub-2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41.tar.gz
add autoload for Zorglub::Helpers
Diffstat (limited to 'lib')
-rw-r--r--lib/zorglub.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index d83ec5c..9adda5d 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -7,6 +7,7 @@ module Zorglub
#
autoload :App, './lib/zorglub/app.rb'
autoload :Config, './lib/zorglub/config.rb'
+ autoload :Helpers, './lib/zorglub/helpers.rb'
autoload :Node, './lib/zorglub/node.rb'
#
end