From: <jh...@us...> - 2009-09-23 18:11:00
|
Revision: 103 http://etch.svn.sourceforge.net/etch/?rev=103&view=rev Author: jheiss Date: 2009-09-23 18:10:52 +0000 (Wed, 23 Sep 2009) Log Message: ----------- Upgrade from Rails 2.1.1 to Rails 2.3.4 Modified Paths: -------------- trunk/server/app/controllers/application_controller.rb Modified: trunk/server/app/controllers/application_controller.rb =================================================================== --- trunk/server/app/controllers/application_controller.rb 2009-09-23 17:56:52 UTC (rev 102) +++ trunk/server/app/controllers/application_controller.rb 2009-09-23 18:10:52 UTC (rev 103) @@ -15,9 +15,6 @@ # See environment.rb for the email address(s) to which exceptions are mailed include ExceptionNotifiable - # Pick a unique cookie name to distinguish our session data from others' - session :session_key => '_etch_session_id' - # Verify that any changes are signed if the administrator has # enabled authentication before_filter :authenticate, :only => [:create, :update, :destroy] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |