forked from fixin.me/fixin.me
Patch ActiveRecord with PR 54658
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module CoreExt::Arel::TreeManager::StatementMethodsCteUpdateAndDelete
|
||||
def with=(expr)
|
||||
@ast.with = expr
|
||||
self
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user