working on twilio integration

This commit is contained in:
Jared Cosulich 2017-03-10 14:05:27 -05:00
parent bfaf08373a
commit 05092fbce9

View file

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