Doc fix (closes #4210) [Caio Chassot ]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3946 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-03-18 21:19:01 +00:00
parent a79344130b
commit 74f02246ca
1 changed files with 1 additions and 1 deletions

View File

@ -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.