This basically means that calling Article.find(3) and Comment.where(:article_id => 3).first.article both return the same instance.