really_simple_captcha/lib/really_simple_captcha.rb
2013-01-11 10:46:25 +01:00

11 lines
280 B
Ruby

require "really_simple_captcha/version"
require "really_simple_captcha/util"
require "really_simple_captcha/captcha/reverse_captcha"
require "really_simple_captcha/captcha/plain_captcha"
module ReallySimpleCaptcha
end
require "really_simple_captcha/railtie" if defined?(Rails)