Class: ROM::SQL::Commands::Delete
- Inherits:
-
Commands::Delete
- Object
- Commands::Delete
- ROM::SQL::Commands::Delete
- Defined in:
- lib/rom/sql/commands.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
40 41 42 43 |
# File 'lib/rom/sql/commands.rb', line 40 def execute target.delete relation end |