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

local
Matt Jankowski 7 months ago committed by GitHub
parent 99e289f03f
commit 2016c5d912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/report_filter.rb

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