FEATURE: Allow /filter route to be accessible by anon users (#24359)

Why this change?

There is no reason for us to exclude anon users from viewing this route
so we're making a product decision to change this.
This commit is contained in:
Alan Guo Xiang Tan
2023-11-14 08:03:24 +08:00
committed by GitHub
parent a238f66b33
commit e5b0493b49
2 changed files with 7 additions and 2 deletions

View File

@ -46,6 +46,7 @@ class ListController < ApplicationController
TopTopic.periods.map { |p| :"category_top_#{p}" },
TopTopic.periods.map { |p| :"category_none_top_#{p}" },
:group_topics,
:filter,
].flatten
# Create our filters