From 788684d75a7102107c0d99e5cb32a11a610f628f Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sat, 8 May 2010 11:23:41 -0400 Subject: get the rescue error page back [#4536 state:resolved] --- .../connection_adapters/abstract/connection_specification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb index 2493095a04..db17bb348a 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb @@ -10,7 +10,7 @@ module ActiveRecord ## # :singleton-method: # The connection handler - class_inheritable_accessor :connection_handler, :instance_writer => false + class_attribute :connection_handler, :instance_writer => false self.connection_handler = ConnectionAdapters::ConnectionHandler.new # Returns the connection currently associated with the class. This can -- cgit v1.2.3