File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
activesupport/lib/active_support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ class Railtie < Rails::Railtie # :nodoc:
118
118
119
119
initializer "active_support.set_configs" do |app |
120
120
app . config . active_support . each do |k , v |
121
- if k == " disable_to_s_conversion"
121
+ if k == : disable_to_s_conversion
122
122
ActiveSupport . deprecator . warn ( "config.active_support.disable_to_s_conversion is deprecated and will be removed in Rails 7.2." )
123
- elsif k == " remove_deprecated_time_with_zone_name"
123
+ elsif k == : remove_deprecated_time_with_zone_name
124
124
ActiveSupport . deprecator . warn ( "config.active_support.remove_deprecated_time_with_zone_name is deprecated and will be removed in Rails 7.2." )
125
- elsif k == " use_rfc4122_namespaced_uuids"
125
+ elsif k == : use_rfc4122_namespaced_uuids
126
126
ActiveSupport . deprecator . warn ( "config.active_support.use_rfc4122_namespaced_uuids is deprecated and will be removed in Rails 7.2." )
127
127
else
128
128
k = "#{ k } ="
You can’t perform that action at this time.
0 commit comments