Change terms and privacy policy pages to always be accessible (#11334)

Fix #11328
This commit is contained in:
Eugen Rochko 2019-07-17 19:29:37 +02:00 committed by GitHub
parent 978792a112
commit 50caff4dc0

View file

@ -7,6 +7,8 @@ class AboutController < ApplicationController
before_action :set_instance_presenter
before_action :set_expires_in
skip_before_action :check_user_permissions, only: [:more, :terms]
def show; end
def more; end