uses simple_captcha instead of recaptcha [#51]
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
module RecaptchaHelper
|
||||
|
||||
def recaptchable?(resource)
|
||||
resource.new_record?
|
||||
end
|
||||
|
||||
def recaptcha_keys?
|
||||
Recaptcha.configuration.public_key.present? &&
|
||||
Recaptcha.configuration.private_key.present?
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user