added popular exploration, added order:rank

This commit is contained in:
albert
2011-08-11 15:39:51 -04:00
parent bd51079fc1
commit e42ea9c608
25 changed files with 296 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ module PostSets
attr_reader :artist
def initialize(artist)
super(:tags => artist.name)
super(artist.name)
@artist = artist
end