Skip to content

Instantly share code, notes, and snippets.

@kares
Created August 28, 2010 09:43
Show Gist options
  • Save kares/554959 to your computer and use it in GitHub Desktop.
Save kares/554959 to your computer and use it in GitHub Desktop.
simple_captcha backend configuration example
# SimpleCaptcha Configuration
#
# script/plugin install git://github.com/kares/simple_captcha.git
#
# put this in an initializer: config/initializers/simple_captcha.rb
#
# more info at http://github.com/kares/simple_captcha
#
SimpleCaptcha.backend = :quick_magick # gem install quick_magick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment