End chapter 8
[depot.git] / config / environment.rb
index 3884979ce8b3ced0bed46cce5ff38474da6ac19d..e727c3208bcf7f7ba09784e19d1346ec0b8a5344 100644 (file)
@@ -62,7 +62,7 @@ Rails::Initializer.run do |config|
   # Use the database for sessions instead of the cookie-based default,
   # which shouldn't be used to store highly confidential information
   # (create the session table with "rake db:sessions:create")
-  config.action_controller.session_store = :active_record_store
+  config.action_controller.session_store = :active_record_store
 
   # Use SQL instead of Active Record's schema dumper when creating the test database.
   # This is necessary if your schema can't be completely dumped by the schema dumper,