Skip to content

Commit

Permalink
corrected error message in session/cookie_store [#4546 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
joshk authored and josevalim committed May 10, 2010
1 parent 5c245b9 commit 446b0ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -177,7 +177,7 @@ def ensure_session_key(key)
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
Expand Down

0 comments on commit 446b0ff

Please sign in to comment.