Guest User

Untitled

a guest
Jun 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Game < ActiveRecord::Base
  2.  
  3. belongs_to :league
  4. has_and_belongs_to_many :my_players, :class_name=>"Player"
  5. has_and_belongs_to_many :their_players, :class_name=>"Player"
  6.  
  7. end
Add Comment
Please, Sign In to add comment