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