really_simple_captcha/lib/really_simple_captcha.rb

11 lines
280 B
Ruby
Raw Normal View History

2013-01-10 15:06:12 +01:00
require "really_simple_captcha/version"
2013-01-11 10:45:56 +01:00
require "really_simple_captcha/util"
require "really_simple_captcha/captcha/reverse_captcha"
require "really_simple_captcha/captcha/plain_captcha"
2013-01-10 15:06:12 +01:00
module ReallySimpleCaptcha
end
2013-01-11 10:45:56 +01:00
require "really_simple_captcha/railtie" if defined?(Rails)