spec/dummy/config/initializers/secret_token.rb in stache-1.0.3 vs spec/dummy/config/initializers/secret_token.rb in stache-1.1.0

- old
+ new

@@ -3,5 +3,6 @@ # 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. Dummy::Application.config.secret_token = '63d476c32606ceb52290e05ef316ea4d0fa558de3bc1ea83b4182a7c030a28b2f8b0111b7b3e3cf6bbdf43c03c7dd7f7fad555cfe11c56c2d23276e16873eaa0' +Dummy::Application.config.secret_key_base = '63d476c32606ceb52290e05ef316ea4d0fa558de3bc1ea83b4182a7c030a28b2f8b0111b7b3e3cf6bbdf43c03c7dd7f7fad555cfe11c56c2d23276e16873eaa0'