summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb')
-rw-r--r--vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb b/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb
deleted file mode 100644
index 20392e1..0000000
--- a/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb
+++ /dev/null
@@ -1,3 +0,0 @@
1require 'active_record'
2Database = defined?(JRUBY_VERSION) ? 'jdbcpostgresql' : 'postgresql'
3require "active_record/connection_adapters/#{Database}_adapter"