diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 10:24:24 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 10:24:24 +0100 |
commit | 028352a4639b5a229b946c5bc34621771dc3710a (patch) | |
tree | 455bf2810009cc3422776924e5bbb437a5d66918 | |
parent | 9f31428234e0dad595502ab8d6fe35aedc54c8ce (diff) | |
download | zorglub-028352a4639b5a229b946c5bc34621771dc3710a.zip zorglub-028352a4639b5a229b946c5bc34621771dc3710a.tar.gz |
Node: remove obsolete TODO
-rw-r--r-- | lib/zorglub/node.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index e499a0c..81b32aa 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -61,7 +61,6 @@ module Zorglub end # def partial meth, *args - # TODO maybe use :mode=>:partial ??? node = self.new nil, {:engine=>engine,:layout=>nil,:view=>r(meth),:method=>meth.to_s,:args=>args} return error_404 node if not node.respond_to? meth node.feed! |