Make it clear a restart is required when setting the secret key

This commit is contained in:
José Valim
2013-10-01 17:09:37 +02:00
parent e3d0a2ba45
commit 07e77eb4b3

View File

@@ -442,6 +442,7 @@ Devise.secret_key was not set. Please add the following to your Devise initializ
config.secret_key = '#{SecureRandom.hex(64)}'
Please ensure you restarted your application after installing Devise or setting the key.
ERROR
end