Removed wrong function in 4d73d67

This commit is contained in:
Piotr Sarnacki 2015-12-09 18:40:13 +01:00
parent 4d73d67f51
commit b94cc70a4e

View File

@ -11,7 +11,7 @@ Serializer = V2FallbackSerializer.extend
keyForV2Relationship: (key, typeClass, method) -> keyForV2Relationship: (key, typeClass, method) ->
if key == 'repo' if key == 'repo'
'repository' 'repository_id'
else else
@_super.apply(this, arguments) @_super.apply(this, arguments)