1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 22:03:49 +00:00

Set for production

This commit is contained in:
2014-12-22 07:21:18 -05:00
parent 90b96bb218
commit fb2badd931
5 changed files with 15 additions and 11 deletions

View File

@@ -28,4 +28,8 @@ if Rails.env.development?
Wrestler.create(name: 'Guy 16', school_id: 200, weight_id: 200, original_seed: 16, 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