mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
Remove matchups_array
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user