Fix redirecting non-functional accounts on public pages (#11978)

Fix #11969
This commit is contained in:
Eugen Rochko
2019-09-28 01:33:27 +02:00
committed by GitHub
parent 3ec80c7aec
commit de5305a3a5
12 changed files with 16 additions and 0 deletions

View File

@ -9,6 +9,8 @@ class DirectoriesController < ApplicationController
before_action :set_tag, only: :show
before_action :set_accounts
skip_before_action :require_functional!
def index
render :index
end