diff --git a/app/controllers/explore/posts_controller.rb b/app/controllers/explore/posts_controller.rb index 1d411103b..f733bf6e1 100644 --- a/app/controllers/explore/posts_controller.rb +++ b/app/controllers/explore/posts_controller.rb @@ -29,10 +29,12 @@ module Explore def searches @date, @scale, @min_date, @max_date = parse_date(params) @searches = ReportbooruService.new.post_search_rankings(@date) + respond_with(@searches) end def missed_searches @missed_searches = ReportbooruService.new.missed_search_rankings + respond_with(@missed_searches) end private