mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
working on twilio integration
This commit is contained in:
parent
bfaf08373a
commit
05092fbce9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue