lib/chronicle/etl/loaders/table_loader.rb in chronicle-etl-0.1.4 vs lib/chronicle/etl/loaders/table_loader.rb in chronicle-etl-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
require 'tty/table'
module Chronicle
- module Etl
- class TableLoader < Chronicle::Etl::Loader
+ module ETL
+ class TableLoader < Chronicle::ETL::Loader
def initialize(options)
super(options)
end
def load(result)