We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2b32c commit fb93484Copy full SHA for fb93484
app/controllers/users_controller.rb
@@ -3,7 +3,7 @@ class UsersController < ApplicationController
3
before_action :user_should_be_confirmed, except: %i[signup create please_confirm]
4
before_action :member_should_exist_and_be_active, except: %i[signup create edit show update please_confirm]
5
6
- invisible_captcha if: -> { params[:from_signup].present? }
+ invisible_captcha only: :create, if: -> { params[:from_signup].present? }
7
8
has_scope :tagged_with, as: :tag
9
0 commit comments