Skip to content

Commit

Permalink
Change terms and privacy policy pages to always be accessible (mastod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent c3142dd commit 704f606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/about_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 704f606

Please sign in to comment.