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

Only needs to destroy matches on delete

This commit is contained in:
2016-01-20 19:00:09 +00:00
parent 2866c93aec
commit ab892b6f9c

View File

@@ -10,7 +10,6 @@ class Wrestler < ActiveRecord::Base
before_destroy do
self.tournament.destroyAllMatches
self.weight.resetAllSeeds
end
before_create do