mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix session store changed in Rails master
There's no encrypted cookie store anymore, by default the cookie store will be encrypted.
This commit is contained in:
parent
ea94e199ce
commit
ac2ebdfb11
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
RailsApp::Application.config.session_store :encrypted_cookie_store, key: '_rails_app_session'
|
||||
RailsApp::Application.config.session_store :cookie_store, key: '_rails_app_session'
|
||||
|
|
Loading…
Reference in a new issue