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
This commit is contained in:
parent
ce6cf66f6c
commit
bd3191f80d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue