humanzz / recaptcha forked from ambethia/recaptcha

ReCaptcha helpers for Rails apps

This URL has Read+Write access

humanzz (author)
Mon Jul 21 03:47:05 -0700 2008
commit  ea931b56fa74cf070431a58299ca398e4f83cc45
tree    92e73d7cb1b2036671b28cfe07ea84c80e056347
parent  14875c27ddef4e2898becd605e045e6cdc1dc14c
recaptcha / init.rb
100644 3 lines (3 sloc) 0.152 kb
1
2
3
require 'recaptcha.rb'
ActionView::Base.send :include, Ambethia::ReCaptcha::Helper
ActionController::Base.send :include, Ambethia::ReCaptcha::Controller