track searches that return no results

This commit is contained in:
r888888888
2016-02-02 16:25:14 -08:00
parent 16ea72df01
commit fe4cb7f3ba
9 changed files with 93 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ module Explore
@search_service = PopularSearchService.new(@date, params[:scale] || "day")
end
def missed_searches
@search_service = MissedSearchService.new
end
def intro
@presenter = IntroPresenter.new
render :layout => "blank"