1
0
Fork 0
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:
Carlos Antonio da Silva 2013-04-13 11:16:10 -03:00
parent ea94e199ce
commit ac2ebdfb11

View file

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