skip authenticity token on errors controller

This commit is contained in:
Zachary Chai 2017-04-25 10:39:02 -04:00
parent d0d39c477a
commit e1615a439f
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
class ErrorsController < ApplicationController
skip_before_action :verify_authenticity_token
def error
end