From 32b27f997b68a998991ed62c4cadc5bdc114d34d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 8 Dec 2005 05:43:54 +0000 Subject: Remove insignificant classes from docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3249 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/connection_adapters/oci_adapter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/connection_adapters/oci_adapter.rb b/activerecord/lib/active_record/connection_adapters/oci_adapter.rb index fa788b99fc..b14ab571f2 100644 --- a/activerecord/lib/active_record/connection_adapters/oci_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/oci_adapter.rb @@ -510,7 +510,7 @@ begin # The OCIConnectionFactory factors out the code necessary to connect and # configure an OCI connection. - class OCIConnectionFactory + class OCIConnectionFactory #:nodoc: def new_connection(username, password, host) conn = OCI8.new username, password, host conn.exec %q{alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS'} @@ -528,7 +528,7 @@ begin # this would be dangerous (as the earlier part of the implied transaction # may have failed silently if the connection died) -- so instead the # connection is marked as dead, to be reconnected on it's next use. - class OCI8AutoRecover < DelegateClass(OCI8) + class OCI8AutoRecover < DelegateClass(OCI8) #:nodoc: attr_accessor :active alias :active? :active -- cgit v1.2.3