From 195958f5b26e1e117edff66122b0a388563baa99 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Thu, 11 Feb 2016 14:01:45 -0300 Subject: [PATCH] rename_test_captcha_to_verify_captcha --- lib/serpro_captcha_plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/serpro_captcha_plugin.rb b/lib/serpro_captcha_plugin.rb index 17c86ee..27d9a9a 100644 --- a/lib/serpro_captcha_plugin.rb +++ b/lib/serpro_captcha_plugin.rb @@ -12,7 +12,7 @@ class SerproCaptchaPlugin < Noosfero::Plugin [SerproCaptchaPlugin::API ] end - def test_captcha(*args) + def verify_captcha(*args) remote_ip = args[0] params = args[1] environment = args[2] -- libgit2 0.21.2