Fixed recaptcha (#503)

This commit is contained in:
farhatahmad 2019-05-07 11:18:15 -04:00 committed by Jesus Federico
parent 794754bba8
commit 73f6ec846f
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
module UsersHelper
def recaptcha_enabled?
config.recaptcha_enabled
Rails.configuration.recaptcha_enabled
end
end