Skip to content

Commit

Permalink
skip devise authentication for webhooks controller
Browse files Browse the repository at this point in the history
  • Loading branch information
yshmarov committed Mar 9, 2021
1 parent 5e786e2 commit 35a9871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/webhooks_controller.rb
@@ -1,4 +1,5 @@
class WebhooksController < ApplicationController
skip_before_action :authenticate_user!
skip_before_action :verify_authenticity_token

def create
Expand Down

0 comments on commit 35a9871

Please sign in to comment.