diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:44:22 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:44:22 +0200 | 
| commit | 2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41 (patch) | |
| tree | 0aa835adf78b2f0ea6a7a3f9ba972aa19680f6c6 /lib | |
| parent | d3cd18269a3e02cdb19af2bc2ea5b6ad159e09b8 (diff) | |
| download | zorglub-2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41.zip zorglub-2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41.tar.gz | |
add autoload for Zorglub::Helpers
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/zorglub.rb | 1 | 
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 | 
