Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit e6ab8c0

Browse files
authored
Merge pull request #299 from josephpage/patch-1
ArgumentError with verify_authenticity_token on Rails API
2 parents 8efabbe + 7ef52f3 commit e6ab8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/griddler/emails_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Griddler::EmailsController < ActionController::Base
2-
skip_before_action :verify_authenticity_token
2+
skip_before_action :verify_authenticity_token, raise: false
33

44
def create
55
normalized_params.each do |p|

0 commit comments

Comments
 (0)