lib/chronicle/etl/loaders/loader.rb in chronicle-etl-0.2.4 vs lib/chronicle/etl/loaders/loader.rb in chronicle-etl-0.3.0
- old
+ new
@@ -1,9 +1,9 @@
module Chronicle
module ETL
# Abstract class representing a Loader for an ETL job
class Loader
- extend Chronicle::ETL::Catalog
+ extend Chronicle::ETL::Registry::SelfRegistering
# Construct a new instance of this loader. Options are passed in from a Runner
# == Parameters:
# options::
# Options for configuring this Loader