about summary refs log tree commit diff
path: root/app/controllers/tags_controller.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-09-28 01:33:27 +0200
committerGitHub <noreply@github.com>2019-09-28 01:33:27 +0200
commitde5305a3a5b2c2c3e92f6e92ad8c72742c501e73 (patch)
treee1a29da64cd8a05b63337f7c5fdf1f3c1946e0a0 /app/controllers/tags_controller.rb
parent3ec80c7aec4c95c64c4cafb511610eab5fa31b1e (diff)
Fix redirecting non-functional accounts on public pages (#11978)
Fix #11969
Diffstat (limited to 'app/controllers/tags_controller.rb')
-rw-r--r--app/controllers/tags_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb
index 4dfa05264..77d5661b8 100644
--- a/app/controllers/tags_controller.rb
+++ b/app/controllers/tags_controller.rb
@@ -13,6 +13,8 @@ class TagsController < ApplicationController
   before_action :set_body_classes
   before_action :set_instance_presenter
 
+  skip_before_action :require_functional!
+
   def show
     respond_to do |format|
       format.html do