1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-14 00:49:54 +00:00

Removed unnecessary attr_accessors

This commit is contained in:
2015-03-30 17:45:37 +00:00
parent 85a5cb3993
commit 9986c8b407
6 changed files with 6 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ class Tournament < ActiveRecord::Base
has_many :matches, dependent: :destroy
has_many :mats, dependent: :destroy
has_many :wrestlers, through: :weights
attr_accessor :upcomingMatches, :unfinishedMatches
serialize :matchups_array
def unfinishedMatches