Fixed the path displayed in error message.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9605 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-05-01 15:50:16 +00:00
parent 0491488554
commit bebe429472
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module ActionController
# when trying to start Redmine with an old session_store.rb
# TODO: remove it in a later version
def self.session=(*args)
$stderr.puts "Please remove config/session_store.rb and run `rake generate_secret_token`.\n" +
$stderr.puts "Please remove config/initializers/session_store.rb and run `rake generate_secret_token`.\n" +
"Setting the session secret with ActionController.session= is no longer supported in Rails 3."
exit 1
end