Commit
97ae8d259fa0a197fd18f151ebc1bcbdbd198b5f
Exists in
staging
and in
19 other branches
angular_poc, api-homepage, api_visitor, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, production
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
| |