We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a041864 commit dcae80bCopy full SHA for dcae80b
app/controllers/users/newsletter_subscriptions_controller.rb
@@ -1,5 +1,5 @@
1
class Users::NewsletterSubscriptionsController < ApplicationController
2
- invisible_captcha only: [:create]
+ # invisible_captcha only: [:create]
3
4
before_action :authenticate_user_or_not_found!, only: [:index, :subscribe]
5
before_action :authenticate_user!, only: [:subscribe]
0 commit comments