public
Description: ReCaptcha helpers for Rails apps
Homepage: http://ambethia.com/recaptcha
Clone URL: git://github.com/ambethia/recaptcha.git
Search Repo:
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