diff options
Diffstat (limited to 'lib')
| -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!  | 
