From e1615a439f3a35fec475eb0f0ff5942cff843c94 Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Tue, 25 Apr 2017 10:39:02 -0400 Subject: [PATCH] skip authenticity token on errors controller --- app/controllers/errors_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/errors_controller.rb b/app/controllers/errors_controller.rb index bfeb105b..0c4eeb38 100644 --- a/app/controllers/errors_controller.rb +++ b/app/controllers/errors_controller.rb @@ -15,6 +15,8 @@ # with BigBlueButton; if not, see . class ErrorsController < ApplicationController + skip_before_action :verify_authenticity_token + def error end