Change belongs_to_required_by_default to true (#5888)
This commit is contained in:
		
					parent
					
						
							
								7233ac07d2
							
						
					
				
			
			
				commit
				
					
						238de58e65
					
				
			
		
					 23 changed files with 52 additions and 50 deletions
				
			
		|  | @ -13,7 +13,7 @@ | |||
| class AccountDomainBlock < ApplicationRecord | ||||
|   include Paginable | ||||
| 
 | ||||
|   belongs_to :account, required: true | ||||
|   belongs_to :account | ||||
|   validates :domain, presence: true, uniqueness: { scope: :account_id } | ||||
| 
 | ||||
|   after_create  :remove_blocking_cache | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue