Merge pull request #2344 from secretpray/fix/deprecation-warnings-only

Fix deprecation warnings for skip_before_action :verify_authenticity_token
This commit is contained in:
Stanko Krtalić
2026-01-13 08:59:15 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
class Notifications::UnsubscribesController < ApplicationController
allow_unauthenticated_access
skip_before_action :verify_authenticity_token
skip_forgery_protection
before_action :set_user
@@ -1,7 +1,7 @@
class Stripe::WebhooksController < ApplicationController
allow_unauthenticated_access
skip_before_action :require_account
skip_before_action :verify_authenticity_token
skip_forgery_protection
def create
if event = verify_webhook_signature