Class: Match
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Match
- Defined in:
- lib/atpruby/match.rb
Instance Method Summary collapse
Instance Method Details
#players ⇒ Object
15 16 17 |
# File 'lib/atpruby/match.rb', line 15 def players ::Player.where(player_id:[winner_id,loser_id]) end |