1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 06:07:20 +00:00

Added baumspage roster importer

This commit is contained in:
2019-01-10 13:25:31 +00:00
parent 046b48370e
commit 31323593c9
9 changed files with 159 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ class School < ActiveRecord::Base
validates :name, presence: true
attr_accessor :baums_text
before_destroy do
self.tournament.destroy_all_matches
end