summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb
blob: 20392e1db8a87b58e73587be0ecdf8515abce72a (plain)
1
2
3
require 'active_record'
Database = defined?(JRUBY_VERSION) ? 'jdbcpostgresql' : 'postgresql'
require "active_record/connection_adapters/#{Database}_adapter"