Comment on Show HN: Teach Yourself To CodeparentComments−katerayOP14yThanks, just emailed. Maybe the problem has to do with this line in links#indextags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}
Comments
Thanks, just emailed. Maybe the problem has to do with this line in links#index
tags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}