Module: Resque::Reports::Common
- Defined in:
- lib/resque/reports/common.rb,
lib/resque/reports/common/batched_report.rb
Defined Under Namespace
Modules: BatchedReport
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/resque/reports/common.rb', line 7 def self.included(base) base.send :include, BatchedReport end |