Rename to InlineAdapter to match *Adapter form, even if the queue is embedded in there too

上级 08a2ba99
module ActiveJob
module QueueAdapters
class InlineAdapter
class << self
def queue(job, *args)
job.perform(*args)
end
end
end
end
end
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册