Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) (#27190)

th-downstream
Matt Jankowski 1 year ago committed by GitHub
parent 99e289f03f
commit 2016c5d912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ class ReportFilter
scope = Report.unresolved
params.each do |key, value|
scope = scope.merge scope_for(key, value), rewhere: true
scope = scope.merge scope_for(key, value)
end
scope

Loading…
Cancel
Save