File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
railties/lib/rails/application Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -350,14 +350,13 @@ def enable_reloading=(value)
350
350
end
351
351
352
352
def read_encrypted_secrets
353
- Rails . deprecator . warn ( ` config.read_encrypted_secrets is deprecated and will be removed in Rails 7.3.` )
353
+ Rails . deprecator . warn ( "' config.read_encrypted_secrets' is deprecated and will be removed in Rails 7.3." )
354
354
end
355
355
356
356
def read_encrypted_secrets = ( value )
357
- Rails . deprecator . warn ( ` config.read_encrypted_secrets is deprecated and will be removed in Rails 7.3.` )
357
+ Rails . deprecator . warn ( "' config.read_encrypted_secrets=' is deprecated and will be removed in Rails 7.3." )
358
358
end
359
359
360
-
361
360
def encoding = ( value )
362
361
@encoding = value
363
362
silence_warnings do
You can’t perform that action at this time.
0 commit comments