Sha256: fcbc42f37f7fd2351c3308b837f5e3c49a4a3f9b541082225bee22a199f597d3

Contents?: true

Size: 615 Bytes

Versions: 1

Compression:

Stored size: 615 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.
setter = if Rails::VERSION::MAJOR > 3
           :secret_key_base=
         else
           :secret_token=
         end
Dummy::Application.config.send(setter, '6f2d28438a58023c9b1a016e1d4c83bf5afdcdc92e1e2467517ad9bf2844152ebc4ecce1fd37bb32be7760e1a66efb48db0adcebb3f22594783ec79659147fb1')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
csv_rails-0.7.0 test/dummy/config/initializers/secret_token.rb