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

lolsob-rspec
Matt Jankowski 2023-09-28 10:52:23 -04:00 committed by GitHub
parent 99e289f03f
commit 2016c5d912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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