1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 04:35:26 +00:00

Remove matchups_array

This commit is contained in:
2015-04-26 15:58:15 -04:00
parent dd44efa869
commit 6d39bcb868
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ class Tournament < ActiveRecord::Base
has_many :mats, dependent: :destroy
has_many :wrestlers, through: :weights
serialize :matchups_array
def upcomingMatches
if self.matches.nil?