tags: remove Tag.trending method.
This is used for the frontpage taglist when popular searches are disabled. This isn't used in production and there's no need for it in development.
This commit is contained in:
@@ -35,7 +35,7 @@ module PostSetPresenters
|
||||
if PopularSearchService.enabled?
|
||||
PopularSearchService.new(Date.today).tags
|
||||
else
|
||||
Tag.trending
|
||||
frequent_tags
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user