lib/etl/execution/job.rb in activewarehouse-etl-0.8.4 vs lib/etl/execution/job.rb in activewarehouse-etl-0.9.0
- old
+ new
@@ -1,7 +1,8 @@
module ETL #:nodoc:
module Execution #:nodoc:
# Persistent class representing an ETL job
class Job < Base
+ belongs_to :batch
end
end
end
\ No newline at end of file