[Source]
# File lib/delayed/backend/mongo_mapper.rb, line 6 6: def load_for_delayed_job(id) 7: find!(id) 8: end
[Validate]