diff options
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb')
| -rw-r--r-- | vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb | 3 |
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 @@ | |||
| 1 | require 'active_record' | ||
| 2 | Database = defined?(JRUBY_VERSION) ? 'jdbcpostgresql' : 'postgresql' | ||
| 3 | require "active_record/connection_adapters/#{Database}_adapter" | ||
