1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Trying to fix async jobs

This commit is contained in:
2015-12-29 22:53:53 +00:00
parent aa2fc9c804
commit a911183637
3 changed files with 11 additions and 7 deletions

View File

@@ -9,9 +9,7 @@ class Tournament < ActiveRecord::Base
has_many :wrestlers, through: :weights
has_many :matches, dependent: :destroy
if Rails.env.production?
handle_asynchronously :generateMatchups
end
def resetSchoolScores
schools.update_all("score = 0.0")