module WiseGopher

base module

Public Class Methods

postgresql?() click to toggle source
# File lib/wise_gopher.rb, line 15
def self.postgresql?
  ActiveRecord::Base.connection.adapter_name.casecmp? "PostgreSQL"
end