Skip to content

Commit

Permalink
Actually set the neo_server on Relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
radford committed Dec 6, 2012
1 parent 12c27f2 commit 608dc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/relationship.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def initialize(hash=nil, server=nil)
@start_node = hash["start"].split('/').last
@end_node = hash["end"].split('/').last
@rel_type = hash["type"]
neo_server = server
self.neo_server = server
end

def neo_server
Expand Down

0 comments on commit 608dc63

Please sign in to comment.