From e398045774aa33ef130e3b28c86a4e413f641383 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 1 Feb 2006 03:54:37 +0000 Subject: Fix Syntax problems which were preventing webrick from starting git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3508 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/session/active_record_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/session') diff --git a/actionpack/lib/action_controller/session/active_record_store.rb b/actionpack/lib/action_controller/session/active_record_store.rb index 111d77ed3b..2a9a269adb 100644 --- a/actionpack/lib/action_controller/session/active_record_store.rb +++ b/actionpack/lib/action_controller/session/active_record_store.rb @@ -67,7 +67,7 @@ class CGI class << self # Don't try to reload ARStore::Session in dev mode. def included_modules(include_super = true) - super - [ Reloadable ] + super() - [ Reloadable ] end # Don't try to reload ARStore::Session in dev mode. -- cgit v1.2.3