From 4f785f04ef199d074cc1a6dc75230096dcefd5f8 Mon Sep 17 00:00:00 2001 From: ChrisBr Date: Thu, 10 Apr 2014 23:01:09 +0200 Subject: [PATCH] Adds quotes around devise_secret_key --- config/config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml.example b/config/config.yml.example index 1a7a7abb..7fa7863f 100644 --- a/config/config.yml.example +++ b/config/config.yml.example @@ -4,7 +4,7 @@ defaults: &defaults # The hostname to be used when building the URL in the emails url_for_emails: localhost:3000 # A secret key. You can generate one with 'rake secret' - devise_secret_key: 12345 + devise_secret_key: '12345' development: <<: *defaults