summaryrefslogtreecommitdiff
path: root/app/models/match.rb
blob: 8acebf7013496b5af41c118681d512fcdd3ee7f6 (plain)
1
2
3
4
class Match < ActiveRecord::Base
  belongs_to :tournament

end