diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-26 17:41:09 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-26 17:41:09 -0400 |
commit | 10749a6242bec56586b71f4e8b886eddc9edc499 (patch) | |
tree | 3e6ca219b50581ec56f8c81a6d0b5ef03d822065 | |
parent | 1f6e683ba073a8258d31f541bdd4bde76d978f0a (diff) | |
parent | 6aa2824e7dcda29f321edd646869dac0e3e47227 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
-rw-r--r-- | db/seeds.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index 7628efe..87bf540 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -138,6 +138,11 @@ if Rails.env.development? tourn6.join(guntas) tourn6.join(luke) tourn6.join(marco) + tourn6.join(jordan) + tourn6.join(obama) + tourn6.join(joey) + + =begin hash1 = {:username => "TeslasMind", :id => id} hash2 = {:username => "Alpha142", :id => id} |