mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Matchups_array completely removed. I do not know why has_many matches
does not work in tournaments. The solution was to add a matches method.
This commit is contained in:
@@ -5,8 +5,7 @@ class Weight < ActiveRecord::Base
|
||||
attr_accessor :pools
|
||||
|
||||
before_save do
|
||||
self.tournament.matchups_array = nil
|
||||
self.tournament.save
|
||||
self.tournament.destroyAllMatches
|
||||
end
|
||||
|
||||
def pools
|
||||
|
||||
Reference in New Issue
Block a user