diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb index cc65c36e89f..ccd6cdae720 100644 --- a/app/controllers/about_controller.rb +++ b/app/controllers/about_controller.rb @@ -2,6 +2,7 @@ require_dependency 'rate_limiter' class AboutController < ApplicationController skip_before_filter :check_xhr, only: [:show] + before_filter :ensure_logged_in, only: [:live_post_counts] def index @about = About.new