Remove reference to session_store.rb initializer

Rails no longer generates this file, but Google is still packed with results 
suggesting it should exist, so that the doc still pointed me to it threw me 
off (had I deleted it or something?). Probably be better to be vague and
prompt the user to stick it in a config file they own.

#33124
This commit is contained in:
Justin Searls 2018-06-12 06:36:52 -04:00 committed by GitHub
parent 3fe81d31c3
commit 0eff45db7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ module Session
# goes a step further than signed cookies in that encrypted cookies cannot
# be altered or read by users. This is the default starting in Rails 4.
#
# Configure your session store in <tt>config/initializers/session_store.rb</tt>:
# Configure your session store in an initializer:
#
# Rails.application.config.session_store :cookie_store, key: '_your_app_session'
#