Closed MarkOates closed 7 years ago
This PR adds a has_and_belongs_to_many association between User and Game. Includes tests, migration on a join table.
has_and_belongs_to_many
User
Game
Games Need to have Developers
This PR adds a
has_and_belongs_to_many
association betweenUser
andGame
. Includes tests, migration on a join table.