Remove default_scope from Admin::ActionLog (#28026)
		
	This commit is contained in:
		
					parent
					
						
							
								291dc04e67
							
						
					
				
			
			
				commit
				
					
						e48ecd2929
					
				
			
		
					 6 changed files with 20 additions and 16 deletions
				
			
		
							
								
								
									
										7
									
								
								spec/fabricators/action_log_fabricator.rb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								spec/fabricators/action_log_fabricator.rb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| # frozen_string_literal: true | ||||
| 
 | ||||
| Fabricator(:action_log, from: Admin::ActionLog) do | ||||
|   account { Fabricate.build(:account) } | ||||
|   action  'MyString' | ||||
|   target  nil | ||||
| end | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue