Mergin node properties on Creation

(to be able to get the _id right after creation)
This commit is contained in:
Eibriel
2015-04-17 09:08:01 -03:00
parent 06140c36bd
commit d335a6fab2

View File

@@ -260,4 +260,5 @@ class Post(Resource):
return self.success()
else:
return cls(new_attributes, api=self.api)"""
self.merge(new_attributes)
return self.success()