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