degraded security for live-coder jQuery load

This commit is contained in:
Mark Moser
2016-08-01 13:10:59 -05:00
parent fff062a3a7
commit 90d0ef9db7
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
class CandidateController < ApplicationController
before_action :authorize_candidate, except: [:welcome, :validate]
before_action :authorize_candidate, except: [:welcome, :validate, :live_coder]
def welcome
end