summaryrefslogtreecommitdiff
path: root/app/models/tournament_preference.rb
blob: 1f335e3c854083dc530b335757c1569bd3dba1ff (plain)
1
2
3
class TournamentPreference < ActiveRecord::Base
  belongs_to :tournament
end