Sample project showing a subclassed model relating with a has_many :through
Reddit user u/gmfthelp had asked a question about setting up an Athlete model subclassed off User, and having a HMT through an associative table. This project demonstrates what it could look like.