1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

corrected error message in session/cookie_store [#4546 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Josh Kalderimis 2010-05-09 17:14:48 +03:00 committed by José Valim
parent 5c245b91d2
commit 446b0ffe1c

View file

@ -177,7 +177,7 @@ module ActionDispatch
if key.blank?
raise ArgumentError, 'A key is required to write a ' +
'cookie containing the session data. Use ' +
'config.action_controller.session_store :cookie_store, { :key => ' +
'config.session_store :cookie_store, { :key => ' +
'"_myapp_session" } in config/application.rb'
end
end