public
Description: ReCaptcha helpers for Rails apps
Homepage: http://ambethia.com/recaptcha
Clone URL: git://github.com/ambethia/recaptcha.git
Click here to lend your support to: recaptcha and make a donation at www.pledgie.com !
recaptcha / init.rb
100644 6 lines (5 sloc) 0.212 kb
1
2
3
4
5
6
# Rails plugin initialization.
# You can also install it as a gem:
# config.gem "ambethia-recaptcha", :lib => "recaptcha/rails", :source => "http://gems.github.com"
 
require 'net/http'
require 'recaptcha/rails'