replaced "wtf does this do" comment by something explaining what it does.
This commit is contained in:
parent
22f3d7ce2e
commit
ad9e48120a
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue