mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 07:22:38 +00:00
Removed unnecessary attr_accessors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class School < ActiveRecord::Base
|
||||
belongs_to :tournament
|
||||
has_many :wrestlers, dependent: :destroy
|
||||
attr_accessor :score
|
||||
|
||||
|
||||
#calculate score here
|
||||
def score
|
||||
|
||||
Reference in New Issue
Block a user