blob: 9c2a89a9020ed79bbdc81e36cb2401d522fd33e5 (
plain)
1
2
3
4
5
|
# frozen_string_literal: true
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, key: '_booru-on-railsm5_session', expire_after: 1.year
|