forked from fixin.me/fixin.me
4 lines
128 B
Ruby
4 lines
128 B
Ruby
module CoreExt::ActiveRecord::Relation::UpdateAndDeleteCteSupport
|
|
INVALID_METHODS_FOR_UPDATE_AND_DELETE_ALL = [:distinct]
|
|
end
|