Don't require authentication for invites

This commit is contained in:
Chris Hunt 2013-06-05 11:12:37 -07:00
parent acf147ef88
commit a523fa56ac
1 changed files with 2 additions and 0 deletions

View File

@ -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