arumoy-shome / UWNerdist

Got free time? Check out what classes are going on at the UW campus that interest you!
MIT License
1 stars 1 forks source link

Relate Term and Subject. #52

Closed arumoy-shome closed 7 years ago

arumoy-shome commented 7 years ago

Fixes #51. Add a many to many relation between terms and subjects. Since I don't need to treat the join table as a resource, a simple has_and_belongs_to_many relation has been used.