aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-18 21:19:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-18 21:19:01 +0000
commit74f02246ca60565dc1dd9a31e2b795718ef61359 (patch)
tree32076feff522ba013d4930ee712614e7d6146cb4 /railties/environments
parenta79344130bed225401032bab3b4d29f33cb35793 (diff)
downloadrails-74f02246ca60565dc1dd9a31e2b795718ef61359.tar.gz
rails-74f02246ca60565dc1dd9a31e2b795718ef61359.tar.bz2
rails-74f02246ca60565dc1dd9a31e2b795718ef61359.zip
Doc fix (closes #4210) [Caio Chassot ]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3946 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments')
-rw-r--r--railties/environments/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 81fd793abb..f548b23447 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -21,7 +21,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
# Use SQL instead of Active Record's schema dumper when creating the test database.