mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add attr_writer for credentials to Rails::Application
This commit is contained in:
parent
bdd00fb29d
commit
e0637a5a50
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ module Rails
|
|||
end
|
||||
end
|
||||
|
||||
attr_writer :secrets
|
||||
attr_writer :secrets, :credentials
|
||||
|
||||
# The secret_key_base is used as the input secret to the application's key generator, which in turn
|
||||
# is used to create all MessageVerifiers/MessageEncryptors, including the ones that sign and encrypt cookies.
|
||||
|
|
Loading…
Reference in a new issue