From 424cf3b0502d8557982ed837a7ed317f9eb280e8 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 6 Jun 2011 15:35:35 -0700 Subject: more oracle fixes --- activerecord/test/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/config.example.yml') diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml index 481bdc13dd..8c1a45430e 100644 --- a/activerecord/test/config.example.yml +++ b/activerecord/test/config.example.yml @@ -91,7 +91,7 @@ connections: arunit2: username: admin - oracle_enhanced: + oracle: arunit: adapter: oracle_enhanced database: <%= ENV['ARUNIT_DB_NAME'] || 'orcl' %> -- cgit v1.2.3