]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/session_store.rb
Update to rails 3.0.5, arel 2.0.9 and composite_primary_keys 3.1.4
[rails.git] / config / initializers / session_store.rb
index 92e4150459f885daf93522e73b8474a472260dba..ffba9925790aa3f16d421802f6c0ac95c7b7385c 100644 (file)
@@ -4,5 +4,5 @@ OpenStreetMap::Application.config.session_store :cookie_store, :key => '_osm_ses
 
 # Use the database for sessions instead of the cookie-based default,
 # which shouldn't be used to store highly confidential information
 
 # 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")
+# (create the session table with "rails generate session_migration")
 # OpenStreetMap::Application.config.session_store :active_record_store
 # OpenStreetMap::Application.config.session_store :active_record_store