From 8d176380852fbba6aca95cfd68844d8decab99d3 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sun, 3 Aug 2014 21:47:53 -0500 Subject: [PATCH] update README to reflect secret_key_base change in rails --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b96210c..8e63a591 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ MariaDB have been tested) database, username, and password and put them in a * Create a `config/initializers/secret_token.rb` file, using a randomly generated key from the output of `rake secret`: - Lobsters::Application.config.secret_token = 'your random secret here' + Lobsters::Application.config.secret_key_base = 'your random secret here' * (Optional, only needed for the search engine) Install Sphinx. Build Sphinx config and start server: