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.
2 parents 76f4bb9 + b9273fe commit 42b7cc5Copy full SHA for 42b7cc5
railties/lib/rails/application.rb
@@ -484,7 +484,7 @@ def secret_key_base
484
config.secret_key_base
485
else
486
Rails.deprecator.warn(<<~MSG.squish)
487
- Your `secret_key_base is configured in `Rails.application.secrets`,
+ Your `secret_key_base` is configured in `Rails.application.secrets`,
488
which is deprecated in favor of `Rails.application.credentials` and
489
will be removed in Rails 7.2.
490
MSG
0 commit comments