Skip to content

Commit

Permalink
again...
Browse files Browse the repository at this point in the history
  • Loading branch information
karabijavad committed Nov 29, 2013
1 parent bd06cc5 commit 6456640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/rest/relationship_indexes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(connection)
super(connection, :relationship)
end

def create_unique(index, key, value, type, from, to, props)
def create_unique(index, key, value, type, from, to, props = nil)
body = {
:key => key,
:value => value,
Expand Down

0 comments on commit 6456640

Please sign in to comment.