Module: BatchManager::Utils

Included in:
BatchStatus, BatchesController, Daemon, Executor, Monitor
Defined in:
lib/batch_manager/utils.rb

Defined Under Namespace

Modules: OverallMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
# File 'lib/batch_manager/utils.rb', line 3

def self.included(base)
  base.send :include, OverallMethods
  base.extend OverallMethods
end