Public: Get this Team’s Robots’ Participations’ Competitions’ Matches
51 52 53
# File 'lib/frecon/models/team.rb', line 51 def matches Match.in competition_id: competitions.map(&:id) end