method
create_job_file
v4.2.9 -
Show latest stable
- Class:
Rails::Generators::JobGenerator
create_job_file()public
No documentation available.
# File activejob/lib/rails/generators/job/job_generator.rb, line 18
def create_job_file
template 'job.rb', File.join('app/jobs', class_path, "#{file_name}_job.rb")
end