Class: TwoPercent::BulkController

Inherits:
ApplicationController show all
Defined in:
app/controllers/two_percent/bulk_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#authenticate

Instance Method Details

#_dispatchObject



5
6
7
8
9
# File 'app/controllers/two_percent/bulk_controller.rb', line 5

def _dispatch
  log_bulk_operation("start")
  processor.dispatch
  log_bulk_operation("complete")
end