From a63749483c8d2ff910ab99d75e196239710edcb7 Mon Sep 17 00:00:00 2001 From: Diego Carrion Date: Fri, 17 Sep 2010 23:59:09 -0300 Subject: updated instructions to generate the migration for the ActiveRecord session store table --- railties/guides/source/action_controller_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/action_controller_overview.textile b/railties/guides/source/action_controller_overview.textile index b38ae07043..5c77d74df1 100644 --- a/railties/guides/source/action_controller_overview.textile +++ b/railties/guides/source/action_controller_overview.textile @@ -161,7 +161,7 @@ If you need a different session storage mechanism, you can change it in the +con # 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 "script/rails g session_migration") # YourApp::Application.config.session_store :active_record_store -- cgit v1.2.3