diff --git a/app/repositories/orient_db/collection_repository.rb b/app/repositories/orient_db/collection_repository.rb index 39f8ed020c806e281fba8c59fc294a7fa4fac9f2..8d8f214618c3df39187e6b5177f882b407a13bc9 100644 --- a/app/repositories/orient_db/collection_repository.rb +++ b/app/repositories/orient_db/collection_repository.rb @@ -1,7 +1,7 @@ module OrientDb class CollectionRepository < Base include OrientDb::Methods::EdgeMethods - include OrientDb::Methods::GenericMethods + include OrientDb::Methods::FinderMethods def build_object(args={}) Collection.new(map_object_hash(args))