|
|
|
|
|
by tibbon
5160 days ago
|
|
Congrats on launching something cool. I think your server might have just gotten slashdotted, or something odd happened, as I'm getting an Application Error. 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?}