blob: dafd788ba4e2cf8108d48d6b69df9c8701c1f69d (
plain)
1
2
3
4
5
6
|
# frozen_string_literal: true
require 'booru/config'
# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
Rails.application.config.secret_key_base = Booru::CONFIG.secrets[:secret_key_base]
|