8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| Fabricator('Admin::ActionLog') do
 | |
|   account
 | |
|   action  'MyString'
 | |
|   target  nil
 | |
| end
 |