1
0
Fork 0
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:
Adrianna Chang 2020-08-26 13:30:29 -04:00
parent bdd00fb29d
commit e0637a5a50

View file

@ -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.