1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-15 20:46:57 +00:00

Revert "Added memcached and set up cached items for up_matches page"

This reverts commit 983cc9c667.
This commit is contained in:
2015-12-17 19:20:18 +00:00
parent 983cc9c667
commit 54ecbe9451
7 changed files with 7 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
class Match < ActiveRecord::Base
belongs_to :tournament, touch: true
belongs_to :weight, touch: true
belongs_to :mat, touch: true
belongs_to :tournament
belongs_to :weight
belongs_to :mat
has_many :wrestlers, :through => :weight
after_save do