Skip to content

Commit

Permalink
🩹 Add forgotten disallowed deprecation warning
Browse files Browse the repository at this point in the history
This deprecation warning was addressed by the following
PR, but we forgot to add it to the list of disallowed
deprecation warnings:

#21614
  • Loading branch information
jcroteau committed Jul 26, 2024
1 parent 63de9e9 commit 61a2715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/deprecation_warnings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module DeprecationWarnings
/render file: should be given the absolute path to a file/,
/`ActiveRecord::Result#to_hash` has been renamed to `to_a`/,
/Class level methods will no longer inherit scoping/,
/Controller-level `force_ssl` is deprecated and will be removed from Rails 6\.1/
/Controller-level `force_ssl` is deprecated and will be removed from Rails 6\.1/,
/NOT conditions will no longer behave as NOR in Rails 6\.1/
].freeze

# Regular expressions for deprecation warnings that should raise an exception on detection
Expand Down

0 comments on commit 61a2715

Please sign in to comment.