Add model Profile
This commit is contained in:
		
							parent
							
								
									084f3e9b0d
								
							
						
					
					
						commit
						4883b21b30
					
				
					 5 changed files with 53 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								test/fixtures/profiles.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								test/fixtures/profiles.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
 | 
			
		||||
 | 
			
		||||
one:
 | 
			
		||||
  first_name: Alex
 | 
			
		||||
  last_name: Kotov
 | 
			
		||||
  description: Founder
 | 
			
		||||
 | 
			
		||||
two:
 | 
			
		||||
  first_name: Oleg
 | 
			
		||||
  last_name: Ivanov
 | 
			
		||||
  description: Guy
 | 
			
		||||
		Reference in a new issue