diff --git a/app/controllers/invites_controller.rb b/app/controllers/invites_controller.rb index dbaf94e7fb2..cd044007c9c 100644 --- a/app/controllers/invites_controller.rb +++ b/app/controllers/invites_controller.rb @@ -1,6 +1,8 @@ class InvitesController < ApplicationController skip_before_filter :check_xhr, :check_restricted_access + skip_before_filter :redirect_to_login_if_required + before_filter :ensure_logged_in, only: [:destroy] def show