forked from External/greenlight
Fixed recaptcha (#503)
This commit is contained in:
parent
794754bba8
commit
73f6ec846f
|
@ -18,6 +18,6 @@
|
|||
|
||||
module UsersHelper
|
||||
def recaptcha_enabled?
|
||||
config.recaptcha_enabled
|
||||
Rails.configuration.recaptcha_enabled
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue