Class: ETL::ActiveRecord::Base

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/etl/engine.rb

Overview

Base class which is used for ActiveRecord connections. This is necessary since AR connections are tied to the class, and using ActiveRecord::Base directly can cause problems if the connection is closed.

Direct Known Subclasses

Execution::Base