[Source]
# File lib/delayed/backend/mongo_mapper.rb, line 12 12: def dump_for_delayed_job 13: "#{self.class};#{id}" 14: end
[Validate]