Skip to content
Snippets Groups Projects
Commit 6647f5c2 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix subject repository build_hash

parent 565ec2d5
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ module OrientDb ...@@ -27,8 +27,8 @@ module OrientDb
learning_object_repository.build_objects(result) learning_object_repository.build_objects(result)
end end
def build_hash def build_hash(object)
hash = super hash = super(object)
hash.delete("learning_objects") hash.delete("learning_objects")
hash hash
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment