Sha256: 4d3608b1b15ac0fb73ce4a88a37ea19b4903d15f83f40afd817c55aca8dc6557
Contents?: true
Size: 367 Bytes
Versions: 90
Compression:
Stored size: 367 Bytes
Contents
module SuckerPunch module Generators class JobGenerator < Rails::Generators::NamedBase source_root File.expand_path("../templates", __FILE__) desc <<desc description: create job in app/jobs directory desc def create_job_file template 'job.rb', File.join('app/jobs', class_path, "#{file_name}_job.rb") end end end end
Version data entries
90 entries across 90 versions & 2 rubygems