class Flounder::Query::Delete
An update obtained by calling any of the chain methods on an entity.
Public Class Methods
new(domain, entity)
click to toggle source
Calls superclass method
Flounder::Query::Base::new
# File lib/flounder/query/delete.rb, line 8 def initialize domain, entity super(domain, Arel::DeleteManager, entity) manager.from entity.table end