Skip to content

Commit

Permalink
Fix hash-rocket syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdijk committed Sep 8, 2012
1 parent 5f88ebd commit 9cd051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/rest/relationship_properties.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_each(id, *properties)

def remove(id, *properties)
if properties.none?
@connection.delete(all_path(id: get_id(id)))
@connection.delete(all_path(:id => get_id(id)))
else
remove_each(id, *properties)
end
Expand Down

0 comments on commit 9cd051b

Please sign in to comment.