allegroplanet / allegro-planet

1 stars 1 forks source link

Add User<->Game Association #13

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Games Need to have Developers

This PR adds a has_and_belongs_to_many association between User and Game. Includes tests, migration on a join table.