15e9aced75
RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
7 lines
137 B
Ruby
7 lines
137 B
Ruby
# frozen_string_literal: true
|
|
|
|
module RecaptchaExperimentHelper
|
|
def show_recaptcha_sign_up?
|
|
!!Gitlab::Recaptcha.enabled?
|
|
end
|
|
end
|