diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-27 20:18:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-27 20:18:23 +0000 |
commit | bd3191f80da433322fc9d2ec7b61ae6b89e216fa (patch) | |
tree | 9b2f79178c03bbcf24900306ef9ce2cfc7fda41e /config/environment.rb | |
parent | ce6cf66f6c3af26383cd25ed012d908be4b40bae (diff) | |
download | redmine-bd3191f80da433322fc9d2ec7b61ae6b89e216fa.tar.gz redmine-bd3191f80da433322fc9d2ec7b61ae6b89e216fa.zip |
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
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 7878eca47..f09c1009a 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -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 |