Mercurial > rsstweet
changeset 192:1395519b423d
Backed out changeset df86d579634e
Turns out it's still needed.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 27 Jul 2019 14:18:50 +0900 |
parents | 64e47a4d4df4 |
children | 555f90590c7d |
files | config/application.rb |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config/application.rb Sat Jul 27 14:03:30 2019 +0900 +++ b/config/application.rb Sat Jul 27 14:18:50 2019 +0900 @@ -31,6 +31,8 @@ config.middleware.delete ActionDispatch::HostAuthorization config.middleware.delete ActionDispatch::Cookies + # this isn't actually used but railties checks this variable during boot. + config.secret_key_base = "herp a derp" config.session_store :disabled if $cfg[:redis_server]