1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
profile = Profile.create!(
name: 'Andy Alekseenko',
position:
'Ruby on Rails developer at Storylane',
employed: true,
about: 'Strong web developer with great communication and teamwork skills'
)
profile.socials.create!(
kind: :github,
)
profile.socials.create!(
kind: :linkedin,
)