Class: ROM::HTTP::Commands::Delete

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

Instance Method Summary collapse

Instance Method Details

#assert_tuple_countObject



11
12
13
# File 'lib/rom/http/commands/delete.rb', line 11

def assert_tuple_count
  # noop
end

#executeObject



7
8
9
# File 'lib/rom/http/commands/delete.rb', line 7

def execute
  relation.delete
end