class MasterLeague::Tournament

Public Instance Methods

region() click to toggle source
# File lib/master_league/tournament.rb, line 13
def region
  RegionRepository.new.find(region_id) if region_id
end