class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Public Instance Methods

transaction_active?() click to toggle source

The newer versions of postgres provides the method transaction_status. original file activerecord-2.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb

# File lib/pg_overrides.rb, line 40
def transaction_active?
  0
end