Skip to content

Commit

Permalink
how did that blank? stay in there for so long
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 30, 2011
1 parent b93913f commit 5ac7729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/node_traverser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def iterator
options["return filter"] = @filter unless @filter.nil?
options["depth"] = @depth unless @depth.nil?

if @relationships[0]["type"].blank?
if @relationships[0]["type"].nil?
rels = @from.neo_server.get_node_relationships(@from, @relationships[0]["direction"])
case @relationships[0]["direction"]
when "in"
Expand Down

0 comments on commit 5ac7729

Please sign in to comment.