Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated callbacks for rails 5 #43

Merged
merged 1 commit into from
May 12, 2017
Merged

Conversation

prosanelli
Copy link
Contributor

No description provided.

@@ -34,8 +34,8 @@ module Mandrill::Rails::WebHookProcessor
extend ActiveSupport::Concern

included do
skip_before_filter :verify_authenticity_token
before_filter :authenticate_mandrill_request!, :only => [:create]
skip_before_action :verify_authenticity_token, raise: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats raise: false for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PikachuEXE
Copy link
Contributor

Wondering when will this be merged and released...

@Zeneixe
Copy link

Zeneixe commented May 12, 2017

Can you merge this?

@tardate tardate merged commit 4925158 into evendis:master May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants