FEATURE: tag filter dropdown menu is scoped to user and category

This commit is contained in:
Neil Lalonde
2016-09-22 15:23:10 -04:00
parent 3d621767cc
commit e0be2f482e
8 changed files with 55 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ class SiteSerializer < ApplicationSerializer
end
def top_tags
Tag.top_tags
Tag.top_tags(guardian: scope)
end
def wizard_required