mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
sneaky 500
This commit is contained in:
parent
b8e4e3e5f5
commit
63bdf83d23
@ -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 = (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user