does not display category tags nor geozone names

This commit is contained in:
rgarcia
2016-01-27 13:48:43 +01:00
parent e7e5c531a0
commit 0175cd2c68
3 changed files with 105 additions and 1 deletions

View File

@@ -175,4 +175,8 @@ module CommonActions
create(:debate, :with_confidence_score, cached_votes_up: 80)]
end
def tag_names(tag_cloud)
tag_cloud.tags.map(&:name)
end
end