gitlab-org--gitlab-foss/app/helpers/recaptcha_experiment_helper.rb
Ash McKenzie 15e9aced75 New RecaptchaExperimentHelper modules
RecaptchaExperimentHelper contains helper methods
to assist in the controller and view layers.
2019-06-25 22:32:54 +00:00

7 lines
137 B
Ruby

# frozen_string_literal: true
module RecaptchaExperimentHelper
def show_recaptcha_sign_up?
!!Gitlab::Recaptcha.enabled?
end
end