aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/recaptcha/init.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/recaptcha/init.rb')
-rw-r--r--vendor/plugins/recaptcha/init.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/plugins/recaptcha/init.rb b/vendor/plugins/recaptcha/init.rb
new file mode 100644
index 000000000..28494d250
--- /dev/null
+++ b/vendor/plugins/recaptcha/init.rb
@@ -0,0 +1,3 @@
+require 'recaptcha.rb'
+ActionView::Base.send :include, Ambethia::ReCaptcha::Helper
+ActionController::Base.send :include, Ambethia::ReCaptcha::Controller \ No newline at end of file