Skip to content
Snippets Groups Projects
Commit d843f76e authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

remove overwrited method destroy

parent 14bbc905
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,6 @@ module OrientDb
class CollectionRepository < Base
include OrientDb::Methods::EdgeMethods
# Usage:
# repository.for(:collections).destroy collection
#
def destroy(collection)
connection.command sprintf("DELETE VERTEX %s", collection.id)
end
def build_object(args={})
Collection.new(
:id => args["@rid"],
......
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