Class: NRL::Match

Inherits:
Base
  • Object
show all
Defined in:
lib/nrl/match.rb

Class Method Summary collapse

Methods inherited from Base

connection

Class Method Details

.allObject



28
29
30
# File 'lib/nrl/match.rb', line 28

def self.all
  Round.all.map { |round| round.matches }.flatten
end