Commit bd3191f8 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

New rake task name in comments for creating sessions migration (#1520).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1593 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent ce6cf66f
......@@ -31,7 +31,7 @@ Rails::Initializer.run do |config|
# config.log_level = :debug
# Use the database for sessions instead of the file system
# (create the session table with 'rake create_sessions_table')
# (create the session table with 'rake db:sessions:create')
# config.action_controller.session_store = :active_record_store
config.action_controller.session_store = :PStore
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment