]> git.openstreetmap.org Git - rails.git/commitdiff
replaced "wtf does this do" comment by something explaining what it does.
authorFrederik Ramm <frederik@remote.org>
Wed, 12 Nov 2008 00:11:57 +0000 (00:11 +0000)
committerFrederik Ramm <frederik@remote.org>
Wed, 12 Nov 2008 00:11:57 +0000 (00:11 +0000)
app/controllers/node_controller.rb

index 9763be5d46597e8fa5b868769010a53d6dc4708f..c03f3c4fbf26767135213e4e65c0d2b5de9f11fc 100644 (file)
@@ -84,7 +84,7 @@ class NodeController < ApplicationController
     end
   end
 
-  # WTF does this do?
+  # Dump the details on many nodes whose ids are given in the "nodes" parameter.
   def nodes
     ids = params['nodes'].split(',').collect { |n| n.to_i }