2019-07-30 21:29:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-03-25 17:30:42 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2019-08-09 22:23:37 +00:00
|
|
|
Rails.application.config.session_store :cookie_store, key: ENV['COOKIE_STORE_KEY'] || '_commitchange_session'
|