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 76f4bb9 commit b9273feCopy full SHA for b9273fe
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