Simple HTML page and form for related tags

This commit is contained in:
Type-kun
2017-01-09 19:18:18 +05:00
parent 49a72e4bf6
commit 7c98c60129
4 changed files with 43 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ class RelatedTagQuery
results
end
def tags_for_html
map_with_category_data(tags)
end
def to_json
{:query => query, :category => category, :tags => map_with_category_data(tags), :wiki_page_tags => map_with_category_data(wiki_page_tags)}.to_json
end