Skip to content

Commit

Permalink
Seed users
Browse files Browse the repository at this point in the history
  • Loading branch information
dskecse committed Mar 4, 2014
1 parent fa77bb1 commit 6bfffb0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions db/seeds.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,4 @@
# This file should contain all the record creation needed to seed the database with its default values. User.create!(name: 'Michael Hartl',
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). email: 'mhartl@example.com',
# password: 'foobar',
# Examples: password_confirmation: 'foobar')
#
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)

0 comments on commit 6bfffb0

Please sign in to comment.