Skip to content

Commit

Permalink
Change admin acount created
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Sep 10, 2013
1 parent e3bf64a commit fcba12f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
# Mayor.create(:name => 'Daley', :city => cities.first)
password = 'testpasswordgoeshere'
user = User.create(:username => 'sacha', :email => 'sacha@sachachua.com', :password => password, :password_confirmation => password)
user = User.create(:username => 'admin', :email => 'admin@example.com', :password => password, :password_confirmation => password)
user.confirm!

load "./db/load-dewey.rb"

0 comments on commit fcba12f

Please sign in to comment.