Skip to content

Commit

Permalink
temporarily removed user/tags output
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed May 9, 2011
1 parent 52d3eb7 commit 26a304a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.rb
Expand Up @@ -14,6 +14,8 @@ class App < Sinatra::Base
end

get '/' do
@users = []
@used_tags = []
# @users = @birds.users.collect{ |u| [u.twid, u.outgoing(:TWEETED).size] }.sort { |a,b| b[1] <=> a[1] }
# @used_tags = @birds.tags.collect{ |t| [t.name, t.incoming(:TAGGED).size] }.sort { |a,b| b[1] <=> a[1] }
erb :index
Expand Down

0 comments on commit 26a304a

Please sign in to comment.