1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
This commit is contained in:
2015-03-25 00:43:21 +00:00
parent a6f78a6dc6
commit 0b4c9075b1

View File

@@ -4,7 +4,7 @@ class Tournament < ActiveRecord::Base
has_many :matches, dependent: :destroy
has_many :mats, dependent: :destroy
attr_accessor :upcomingMatches, :unfinishedMatches
serialize :matchups, Array
serialize :matchups
def unfinishedMatches