##// END OF EJS Templates
New rake task name in comments for creating sessions migration (#1520)....
Jean-Philippe Lang -
r1579:bd3191f80da4
parent child
Show More
@@ -31,7 +31,7 Rails::Initializer.run do |config|
31 # config.log_level = :debug
31 # config.log_level = :debug
32
32
33 # Use the database for sessions instead of the file system
33 # Use the database for sessions instead of the file system
34 # (create the session table with 'rake create_sessions_table')
34 # (create the session table with 'rake db:sessions:create')
35 # config.action_controller.session_store = :active_record_store
35 # config.action_controller.session_store = :active_record_store
36 config.action_controller.session_store = :PStore
36 config.action_controller.session_store = :PStore
37
37
General Comments 0
You need to be logged in to leave comments. Login now