fix build by skipping check_xhr

This commit is contained in:
Angus McLeod 2017-11-12 11:37:21 +08:00
parent c22ef46224
commit fc8f7560cf
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module DiscourseDonations
class ChargesController < ApplicationController
skip_before_action :verify_authenticity_token, only: [:create]
skip_before_action :check_xhr
def create
Rails.logger.debug params.inspect