diff options
| -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) }  | 
