summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:47:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:47:49 +0100
commitcd8ab4a588c70f726d255efbb61c535869920881 (patch)
tree65692d878971913db146a24d1ebe4d543cf20e82
parent65e2e89677c0679ea329e4d8be7026074ffc3ddf (diff)
downloadzorglub-cd8ab4a588c70f726d255efbb61c535869920881.zip
zorglub-cd8ab4a588c70f726d255efbb61c535869920881.tar.gz
example: require zorglub/session
-rw-r--r--example/sample.ru1
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) }