mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixed missing or incorrect session data error message
This commit is contained in:
committed by
Yehuda Katz
parent
106d8f7688
commit
d531cbc809
@@ -179,7 +179,7 @@ module ActionDispatch
|
||||
'cookie containing the session data. Use ' +
|
||||
'config.action_controller.session = { :key => ' +
|
||||
'"_myapp_session", :secret => "some secret phrase" } in ' +
|
||||
'config/environment.rb'
|
||||
'config/application.rb'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user