28 29 30 31 32
# File 'lib/db/model/deletable.rb', line 28 def delete Statement::Delete.new(@model, where: self.predicate, ).call(@context) end