Skip to content

Commit 227dff0

Browse files
committed
skip before action
1 parent 81efc28 commit 227dff0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/tester_ar/app/controllers/graphql_controller.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

33
class GraphqlController < ApplicationController
4+
skip_before_action :verify_authenticity_token
5+
46
def execute
57
variables = ensure_hash(params[:variables])
68
query = params[:query]

0 commit comments

Comments
 (0)