fixed missing or incorrect session data error message

This commit is contained in:
Stefan Penner
2010-01-03 00:56:55 -06:00
committed by Yehuda Katz
parent 106d8f7688
commit d531cbc809

View File

@@ -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