class method
self.new
Ruby on Rails 8.1.2
Since v8.1.2Signature
self.new(job_class_name)
No documentation comment.
Parameters
-
job_class_namereq
Source
# File activejob/lib/active_job/core.rb, line 6
def initialize(job_class_name)
super("Failed to instantiate job, class `#{job_class_name}` doesn't exist", job_class_name)
end
Defined in activejob/lib/active_job/core.rb line 6
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::UnknownJobClassError