diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 09:47:49 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 09:47:49 +0100 |
commit | cd8ab4a588c70f726d255efbb61c535869920881 (patch) | |
tree | 65692d878971913db146a24d1ebe4d543cf20e82 | |
parent | 65e2e89677c0679ea329e4d8be7026074ffc3ddf (diff) | |
download | zorglub-cd8ab4a588c70f726d255efbb61c535869920881.zip zorglub-cd8ab4a588c70f726d255efbb61c535869920881.tar.gz |
example: require zorglub/session
-rw-r--r-- | example/sample.ru | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/sample.ru b/example/sample.ru index 32639b3..063680f 100644 --- a/example/sample.ru +++ b/example/sample.ru @@ -3,6 +3,7 @@ $LOAD_PATH << File.join(File.dirname( File.absolute_path(__FILE__)), '..', 'lib') # require 'zorglub' +require 'zorglub/session' # require 'haml' HAML_PROC = Proc.new { |path,obj| Haml::Engine.new( File.open(path,'r').read ).render(obj) } |