8 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
Description:
 | 
						|
    Create a new EmailJob subclass in lib/job_types
 | 
						|
 | 
						|
Example:
 | 
						|
    rails generate email_job JobName arg1 arg2
 | 
						|
 | 
						|
    This will create:
 | 
						|
        A file called lib/job_types/job_name_job.rb with a module named JobNameJob
 |