mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 07:39:06 +00:00
Removed unnecessary attr_accessors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class Match < ActiveRecord::Base
|
||||
belongs_to :tournament
|
||||
WIN_TYPES = ["Decision", "Major", "Tech Fall", "Pin", "Forfeit", "Injury Default", "Default", "DQ"]
|
||||
attr_accessor :weight_max, :w1_name, :w1_name
|
||||
|
||||
def weight_max
|
||||
@guy = Wrestler.find(self.r_id)
|
||||
|
||||
Reference in New Issue
Block a user