aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/recaptcha-0.3.1/lib/recaptcha/rails.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/recaptcha-0.3.1/lib/recaptcha/rails.rb')
-rw-r--r--vendor/gems/recaptcha-0.3.1/lib/recaptcha/rails.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/gems/recaptcha-0.3.1/lib/recaptcha/rails.rb b/vendor/gems/recaptcha-0.3.1/lib/recaptcha/rails.rb
new file mode 100644
index 000000000..08741cfd2
--- /dev/null
+++ b/vendor/gems/recaptcha-0.3.1/lib/recaptcha/rails.rb
@@ -0,0 +1,4 @@
+require 'recaptcha'
+
+ActionView::Base.send(:include, Recaptcha::ClientHelper)
+ActionController::Base.send(:include, Recaptcha::Verify) \ No newline at end of file