From 6d87cd028b32570973450424db164e5405a0ee13 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 17 Mar 2012 08:32:49 -0700 Subject: moves the guides up to the root directory --- .../code/getting_started/config/initializers/secret_token.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 railties/guides/code/getting_started/config/initializers/secret_token.rb (limited to 'railties/guides/code/getting_started/config/initializers/secret_token.rb') diff --git a/railties/guides/code/getting_started/config/initializers/secret_token.rb b/railties/guides/code/getting_started/config/initializers/secret_token.rb deleted file mode 100644 index f36ebdda18..0000000000 --- a/railties/guides/code/getting_started/config/initializers/secret_token.rb +++ /dev/null @@ -1,9 +0,0 @@ -# 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. -# Make sure your secret key is kept private -# if you're sharing your code publicly. -Blog::Application.config.secret_token = '685a9bf865b728c6549a191c90851c1b5ec41ecb60b9e94ad79dd3f824749798aa7b5e94431901960bee57809db0947b481570f7f13376b7ca190fa28099c459' -- cgit v1.2.3