We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be21122 commit 4d676ecCopy full SHA for 4d676ec
activesupport/lib/active_support/core_ext/module/attr_internal.rb
@@ -25,7 +25,7 @@ class << self
25
def attr_internal_naming_format=(format)
26
if format.start_with?("@")
27
ActiveSupport.deprecator.warn <<~MESSAGE
28
- Setting `attr_internal_naming_format` with a `@` prefix is deprecated and will be removed in Rails 7.2.
+ Setting `attr_internal_naming_format` with a `@` prefix is deprecated and will be removed in Rails 7.3.
29
30
You can simply replace #{format.inspect} by #{format.delete_prefix("@").inspect}.
31
MESSAGE
0 commit comments