Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Added seeds for the new image migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
tmloupe committed Nov 27, 2017
1 parent a50a0b3 commit c480c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/20171126_seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def run
problems for clients, provide assistance with computer hardware and
software.',
experienced_range: '$25,000 - $35,000',
entry_wage: '$14.42'
entry_wage: '$14.42',
career_image: 'help_desk.jpg',
alt_title: 'Person is wearing a headset and looking at a computer'
['Problem solver',
].each do |trait|
help_desk.add_trait all_traits[trait]
Expand Down

0 comments on commit c480c2f

Please sign in to comment.