Skip to content

Commit

Permalink
Small addition to last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
muitocomplicado authored and stefankroes committed Sep 11, 2010
1 parent fa73096 commit 48ddb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ancestry/class_methods.rb
Expand Up @@ -43,7 +43,7 @@ def arrange options = {}
# Change the insertion point to children if node is a descendant of this parent
insertion_point = children if ancestor_id == parent.id
end; insertion_point
end[node] = {}; arranged_nodes
end[node] = ActiveSupport::OrderedHash.new; arranged_nodes
end
end

Expand Down

0 comments on commit 48ddb2e

Please sign in to comment.