Skip to content

Commit

Permalink
Add a little seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Atzen committed Feb 18, 2011
1 parent ef618bb commit 66967b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
#
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
# Mayor.create(:name => 'Daley', :city => cities.first)

User.create(:name => "Bill Gates", :email => "[email protected]")
User.create(:name => "Steve Jobs", :email => "[email protected]")
User.create(:name => "Larry Wall", :email => "[email protected]")
User.create(:name => "Douglas Crockford", :email => "[email protected]")
User.create(:name => "Yuki", :email => "[email protected]")
User.create(:name => "Ona", :email => "[email protected]")

0 comments on commit 66967b8

Please sign in to comment.