Module: MongoMapper::Document::InstanceMethods
- Defined in:
- lib/delayed/backend/mongo_mapper.rb
Instance Method Summary collapse
Instance Method Details
permalink #dump_for_delayed_job ⇒ Object
[View source]
12 13 14 |
# File 'lib/delayed/backend/mongo_mapper.rb', line 12 def dump_for_delayed_job "#{self.class};#{id}" end |