Sha256: 85470b626d7b9e640c652a73bf9f1694079334069b7a1886ed1068b2954874ac
Contents?: true
Size: 584 Bytes
Versions: 38
Compression:
Stored size: 584 Bytes
Contents
# Be sure to restart your server when you modify this file. # Your secret key for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. gem_version = ActiveRecord.gem_version if gem_version <= Gem::Version.new("5.1") Dummy::Application.config.secret_token = '4f337f0063fbb4a724dd8da15419679300da990ae4f6c94d36c714a3cd07e9653fc42d902cf33a9b9449a28e7eb2673f928172d65a090fa3c9156d6beea8d16c' end
Version data entries
38 entries across 38 versions & 6 rubygems