From 5e6382e60708bb64c00a4c1fb1ecc915011739ab Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 22 Jul 2010 23:45:07 -0700 Subject: fixing space error --- activerecord/lib/active_record/session_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/session_store.rb b/activerecord/lib/active_record/session_store.rb index 5ca38fb9bd..4a6f6c0936 100644 --- a/activerecord/lib/active_record/session_store.rb +++ b/activerecord/lib/active_record/session_store.rb @@ -314,7 +314,7 @@ module ActiveRecord sid end - + def destroy(env) if sid = current_session_id(env) Base.silence do -- cgit v1.2.3