diff --git a/app/controllers/forum_topic_visits_controller.rb b/app/controllers/forum_topic_visits_controller.rb index 56db0f1b7..00c5eb677 100644 --- a/app/controllers/forum_topic_visits_controller.rb +++ b/app/controllers/forum_topic_visits_controller.rb @@ -1,6 +1,5 @@ class ForumTopicVisitsController < ApplicationController respond_to :xml, :json - before_action :member_only def index @forum_topic_visits = ForumTopicVisit.where(user: CurrentUser.user).paginated_search(params)