]> source.dussan.org Git - redmine.git/commitdiff
New rake task name in comments for creating sessions migration (#1520).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 27 Jun 2008 20:18:23 +0000 (20:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 27 Jun 2008 20:18:23 +0000 (20:18 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1593 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environment.rb

index 7878eca47f8812483d8d67f46552eaaf1a37a217..f09c1009ac66574c16d951b7e1f9c1e33a7bd04f 100644 (file)
@@ -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