Merge pull request #167 from zach-chai/errors_controller_authenticity

skip authenticity token on errors controller
This commit is contained in:
Zachary Chai 2017-04-25 11:04:05 -04:00 committed by GitHub
commit 924ca25ef1
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