Recipe.all
Comment.all
Recipe.last
Recipe.last.comments
Comment.last
Comment.last.recipe
Comment.where("body LIKE (?)", "%brussels%")
Recipe.all
Comment.all
Recipe.last
Recipe.last.comments
Comment.last
Comment.last.recipe
Comment.where("body LIKE (?)", "%brussels%")