• Bob Van Landuyt's avatar
    Allow a user to sign out when on the terms page · a5cb2fe2
    Bob Van Landuyt authored
    Before we would block the `sign_out` request when the user did not
    accept the terms, therefore redirecting them to the terms again.
    
    By allowing all request to devise controllers, we avoid this problem.
    a5cb2fe2
application_controller.rb 10.7 KB