Class: ROM::SQL::Commands::Delete

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

Instance Method Summary collapse

Instance Method Details

#executeObject



40
41
42
43
# File 'lib/rom/sql/commands.rb', line 40

def execute
  target.delete
  relation
end