summaryrefslogtreecommitdiffstats
path: root/example/sample.ru
diff options
context:
space:
mode:
Diffstat (limited to 'example/sample.ru')
-rw-r--r--example/sample.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sample.ru b/example/sample.ru
index c7fd639..babea15 100644
--- a/example/sample.ru
+++ b/example/sample.ru
@@ -89,7 +89,7 @@ class Node2 < Zorglub::Node
end
#
def meth1 *args
- more = Node2.partial :meth0, *args
+ more = Node2.partial response.env, :meth0, *args
"<title>Node2:meth1</title><b>partial</b><br/>#{more}<br/><b>done</b><br/><a href=#{Node0.r}>back</a>"
end
end