From 034c62f3b945af963913dce54c5681d9fbf8803a Mon Sep 17 00:00:00 2001 From: rgarcia Date: Fri, 24 Jul 2015 19:29:44 +0200 Subject: [PATCH] fixes recaptcha for turbolinks --- app/views/shared/_captcha.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_captcha.html.erb b/app/views/shared/_captcha.html.erb index 0793594e6..0c390b7e4 100644 --- a/app/views/shared/_captcha.html.erb +++ b/app/views/shared/_captcha.html.erb @@ -1,3 +1,3 @@ <% if Rails.application.secrets.recaptcha_public_key %> -
+ <%= recaptcha_tags ajax: true %> <% end %> \ No newline at end of file