]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/node_controller.rb
replaced "wtf does this do" comment by something explaining what it does.
[rails.git] / 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 }