class Rails::Generators::JobGenerator
def create_job_file
def create_job_file template 'job.rb', File.join('app/jobs', class_path, "#{file_name}_job.rb") end
def create_job_file template 'job.rb', File.join('app/jobs', class_path, "#{file_name}_job.rb") end