Commit
97ae8d259fa0a197fd18f151ebc1bcbdbd198b5f
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
rails4: port to new session_store
1
| ActionDispatch::Reloader.to_prepare do |
1
| ActionDispatch::Reloader.to_prepare do |
2
| - ActiveRecord::SessionStore.session_class = Session |
2
| + ActionDispatch::Session::ActiveRecordStore.session_class = Session |
3
| end |
3
| end |
4
| |
4
| |