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:
evazion
2020-01-01 13:56:40 -06:00
parent c0171f49a6
commit 5341dc4197
3 changed files with 1 additions and 59 deletions

View File

@@ -35,7 +35,7 @@ module PostSetPresenters
if PopularSearchService.enabled?
PopularSearchService.new(Date.today).tags
else
Tag.trending
frequent_tags
end
end