Class: ROM::Mongo::Commands::Delete

Inherits:
Commands::Delete
  • Object
show all
Defined in:
lib/rom/mongo/commands.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



26
27
28
29
30
# File 'lib/rom/mongo/commands.rb', line 26

def execute
  removed = target.to_a
  target.remove_all
  removed
end