From 6822dfad31786d6c297e749e422e66b195cc70d1 Mon Sep 17 00:00:00 2001 From: kares Date: Wed, 14 May 2014 12:04:14 +0200 Subject: introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC) ... 'shared' OID, ArrayParser and Cast helpers, also re-arranged Column's dependencies --- .../connection_adapters/postgresql/referential_integrity.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/connection_adapters/postgresql/referential_integrity.rb') diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/referential_integrity.rb b/activerecord/lib/active_record/connection_adapters/postgresql/referential_integrity.rb index bc775394a6..98dcf441ff 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +++ b/activerecord/lib/active_record/connection_adapters/postgresql/referential_integrity.rb @@ -1,6 +1,6 @@ module ActiveRecord module ConnectionAdapters - class PostgreSQLAdapter < AbstractAdapter + module PostgreSQL module ReferentialIntegrity def supports_disable_referential_integrity? #:nodoc: true -- cgit v1.2.3