Don't require authentication for invites
This commit is contained in:
parent
acf147ef88
commit
a523fa56ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue