11 12 13 14 15
# File 'lib/db/model/deletable.rb', line 11 def delete Statement::Delete.new(@model, where: self.predicate, ).call(@context) end