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
1 changed files with 1 additions and 1 deletions

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