default tag listing now weighted by time

This commit is contained in:
r888888888
2013-06-24 15:08:42 -07:00
parent 9a957e3e3e
commit ec56d7abc9
2 changed files with 17 additions and 11 deletions

View File

@@ -117,9 +117,6 @@ class Tag < ActiveRecord::Base
end
module StatisticsMethods
def trending
raise NotImplementedError
end
end
module NameMethods