1
0
mirror of synced 2026-08-05 14:47:03 +00:00

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
@@ -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