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