aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-02 20:27:51 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-03 14:57:54 -0200
commit4faa0418453055bc81456685d418d486252cc379 (patch)
treeacf0453393b953c6fd4c2145ef70ded6c9baeb05 /guides/code
parentc2a7956eb7fbc099ea38d21601d215ab3def27fb (diff)
downloadrails-4faa0418453055bc81456685d418d486252cc379.tar.gz
rails-4faa0418453055bc81456685d418d486252cc379.tar.bz2
rails-4faa0418453055bc81456685d418d486252cc379.zip
Rename secret_token_key to secret_key_base
Diffstat (limited to 'guides/code')
-rw-r--r--guides/code/getting_started/config/initializers/secret_token.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/config/initializers/secret_token.rb b/guides/code/getting_started/config/initializers/secret_token.rb
index 8d52c11b69..969ecaad65 100644
--- a/guides/code/getting_started/config/initializers/secret_token.rb
+++ b/guides/code/getting_started/config/initializers/secret_token.rb
@@ -6,4 +6,4 @@
# 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_key = '685a9bf865b728c6549a191c90851c1b5ec41ecb60b9e94ad79dd3f824749798aa7b5e94431901960bee57809db0947b481570f7f13376b7ca190fa28099c459'
+Blog::Application.config.secret_key_base = '685a9bf865b728c6549a191c90851c1b5ec41ecb60b9e94ad79dd3f824749798aa7b5e94431901960bee57809db0947b481570f7f13376b7ca190fa28099c459'