From 05092fbce944f09cb0783aa9530e2a33a8f883d7 Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Fri, 10 Mar 2017 14:05:27 -0500 Subject: [PATCH] working on twilio integration --- app/controllers/attempts_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/attempts_controller.rb b/app/controllers/attempts_controller.rb index cf21832e..874fb3c8 100644 --- a/app/controllers/attempts_controller.rb +++ b/app/controllers/attempts_controller.rb @@ -1,5 +1,6 @@ class AttemptsController < ApplicationController before_action :set_attempt, only: [:edit, :update] + protect_from_forgery :except => [:twilio] def twilio render plain: params.inspect