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:
@@ -10,7 +10,6 @@ class Wrestler < ActiveRecord::Base
|
||||
|
||||
before_destroy do
|
||||
self.tournament.destroyAllMatches
|
||||
self.weight.resetAllSeeds
|
||||
end
|
||||
|
||||
before_create do
|
||||
|
||||
Reference in New Issue
Block a user