replaced "wtf does this do" comment by something explaining what it does.

This commit is contained in:
Frederik Ramm 2008-11-12 00:11:57 +00:00
parent 22f3d7ce2e
commit ad9e48120a

View file

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