Skip to content

Commit 1db1813

Browse files
committed
can't skip this before_action if it's not a before_action
1 parent 5947e27 commit 1db1813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class ApplicationController < ActionController::Base
66
before_action :set_universe_scope
77

88
before_action :cache_most_used_page_information
9+
before_action :cache_forums_unread_counts
910

1011
before_action :set_metadata
1112

@@ -66,7 +67,6 @@ def cache_most_used_page_information
6667
cache_current_user_content
6768
cache_notifications
6869
cache_recently_edited_pages
69-
cache_forums_unread_counts
7070
end
7171

7272
def cache_activated_content_types

0 commit comments

Comments
 (0)