1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

removed production seeding

This commit is contained in:
2015-05-05 13:19:57 +00:00
parent bedf221add
commit ed1b774bf2

View File

@@ -73,8 +73,6 @@ if Rails.env.development?
Wrestler.create(name: 'Guy 52', school_id: 204, weight_id: 204, original_seed: 8, season_win: 0, season_loss: 0, criteria: 'N/A')
end
if Rails.env.production?
User.create(email: 'jacob.wimer@gmail.com', password: 'Welcome12', password_confirmation: 'Welcome12')
end