If you need any help debugging, shoot me a quick email (this username @ gmail.com)
tags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}
If you need any help debugging, shoot me a quick email (this username @ gmail.com)