class MasterLeague::Team
Public Instance Methods
region()
click to toggle source
# File lib/master_league/team.rb, line 11 def region @region ||= RegionRepository.new.find(region_id) if region_id end
# File lib/master_league/team.rb, line 11 def region @region ||= RegionRepository.new.find(region_id) if region_id end