Expand description
Multi-step (via) has_many relations: a has_many reached by following a
path of existing relations rather than a single foreign key.
The shape under test is User → Comment → Article: a user has many
comments, each comment belongs to an article, so a user has many
commented_articles via comments.article.