Class: Apartment::Adapters::AbstractAdapter::SeparateDbConnectionHandler

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/apartment/adapters/abstract_adapter.rb

Overview

Dedicated AR connection class for neutral connections (admin operations like CREATE/DROP DATABASE). Prevents admin commands from polluting the main application connection pool.