Method: Workerholic::Job.included
- Defined in:
- lib/workerholic/job.rb
.included(base) ⇒ Object
3 4 5 6 |
# File 'lib/workerholic/job.rb', line 3 def self.included(base) base.extend(ClassMethods) base. end |
3 4 5 6 |
# File 'lib/workerholic/job.rb', line 3 def self.included(base) base.extend(ClassMethods) base. end |