From 4eab3758056132a73c614a9a6c090cb3e5f9e3e3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Feb 2005 23:51:34 +0000 Subject: Finished polishing API docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@773 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/connection_adapters/oci_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/connection_adapters/oci_adapter.rb') diff --git a/activerecord/lib/active_record/connection_adapters/oci_adapter.rb b/activerecord/lib/active_record/connection_adapters/oci_adapter.rb index 8b9b5627e0..8fb57f9c39 100644 --- a/activerecord/lib/active_record/connection_adapters/oci_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/oci_adapter.rb @@ -215,7 +215,7 @@ begin ConnectionAdapters::OCIAdapter.new conn, logger end - alias :attributes_with_quotes_pre_oci :attributes_with_quotes + alias :attributes_with_quotes_pre_oci :attributes_with_quotes #:nodoc: # Enable the id column to be bound into the sql later, by the adapter's insert method. # This is preferable to inserting the hard-coded value here, because the insert method # needs to know the id value explicitly. -- cgit v1.2.3