fixes #2875: Encoding::CompatibilityError on /explore/posts/searches

This commit is contained in:
r888888888
2017-02-03 14:43:59 -08:00
parent 4357c6e718
commit 3965903210

View File

@@ -26,6 +26,6 @@ class PopularSearchService
end
end
response
end
end.force_encoding("utf-8")
end
end