diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 16:09:16 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 16:09:16 +0100 |
commit | 786fcc4f1cce2dfae8a7c1b3a8c88818af762712 (patch) | |
tree | b096b5cafac85e05302b30c99a37e853e348a969 /example/view/url3/index.haml | |
parent | 53021059e8e7eeb831fb91a45629618bc745940b (diff) | |
download | zorglub-786fcc4f1cce2dfae8a7c1b3a8c88818af762712.zip zorglub-786fcc4f1cce2dfae8a7c1b3a8c88818af762712.tar.gz |
example: update to work with rack session
Diffstat (limited to 'example/view/url3/index.haml')
-rw-r--r-- | example/view/url3/index.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/view/url3/index.haml b/example/view/url3/index.haml index 789cf16..f5974d7 100644 --- a/example/view/url3/index.haml +++ b/example/view/url3/index.haml @@ -1,6 +1,5 @@ %h2=@title %p=Time.now.strftime '%H:%M:%S' -%p="SID : #{@sid}" %p="Session data : #{@data}" %a{:href=>Node3.r}="reload" %br |