mirror of https://github.com/rails/rails
corrected error message in session/cookie_store [#4546 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
parent
5c245b91d2
commit
446b0ffe1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue