Skip to content

Commit

Permalink
Changed the primary user email.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed Aug 17, 2011
1 parent ba3cace commit d1bb5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds_for_dev.rb
Expand Up @@ -14,7 +14,7 @@
user = User.make!({
:username => 'fredwu',
:name => 'Fred Wu',
:email => 'ifredwu@gmail.com',
:email => 'test@example.com',
:password => 'password',
})

Expand Down

0 comments on commit d1bb5ce

Please sign in to comment.