forked from fixin.me/fixin.me
Cleanup Quantity :pathname related code
This commit is contained in:
@@ -2,10 +2,12 @@ module CoreExt::Arel::CrudCteUpdateAndDelete
|
||||
def compile_update(...)
|
||||
um = super
|
||||
um.with = subqueries
|
||||
um
|
||||
end
|
||||
|
||||
def compile_delete(...)
|
||||
dm = super
|
||||
dm.with = subqueries
|
||||
dm
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user