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

Made pool and bout classes. Still need to fix bouts doubling on every

refresh of upcoming matches view
This commit is contained in:
2014-12-15 13:12:39 -05:00
parent 73edb4a765
commit 1899218798
6 changed files with 54 additions and 43 deletions

View File

@@ -1,4 +1,6 @@
class Weight < ActiveRecord::Base
belongs_to :tournament
has_many :wrestlers, dependent: :destroy
end