diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-12-10 10:03:40 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-12-12 14:59:11 -0500 |
commit | 0f4d235c1606ccec30e8fd0aeb4b88a061ee83fe (patch) | |
tree | 8b8ebb6bfcf53b7a0110197689878559b465989e /railties | |
parent | cb0fbbeac8c36ca01329c623d29bf75daa994840 (diff) | |
download | rails-0f4d235c1606ccec30e8fd0aeb4b88a061ee83fe.tar.gz rails-0f4d235c1606ccec30e8fd0aeb4b88a061ee83fe.tar.bz2 rails-0f4d235c1606ccec30e8fd0aeb4b88a061ee83fe.zip |
Remove secret_token.rb
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt deleted file mode 100644 index f3cc6098a3..0000000000 --- a/railties/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt +++ /dev/null @@ -1,12 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used 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. -# You can use `rake secret` to generate a secure secret key. - -# Make sure your secret_key_base is kept private -# if you're sharing your code publicly. -Rails.application.config.secret_key_base = '<%= app_secret %>' |