From 63bdf83d231d83eedd7bbe2f5ac277f57fc45db2 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 12 Jul 2019 13:12:36 -0500 Subject: [PATCH] sneaky 500 --- app/controllers/application_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index b0276023..42f08ad2 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -44,6 +44,7 @@ class ApplicationController < ActionController::Base # Cache some super-common stuff we need for every page. For example, content lists for the side nav. def cache_most_used_page_information + @current_user_content = {} return unless user_signed_in? @activated_content_types = (