Module: ActsAsTextcaptcha

Defined in:
lib/acts_as_textcaptcha/textcaptcha_cache.rb,
lib/acts_as_textcaptcha/errors.rb,
lib/acts_as_textcaptcha/railtie.rb,
lib/acts_as_textcaptcha/version.rb,
lib/acts_as_textcaptcha/textcaptcha.rb,
lib/acts_as_textcaptcha/textcaptcha_api.rb,
lib/acts_as_textcaptcha/textcaptcha_config.rb,
lib/acts_as_textcaptcha/textcaptcha_helper.rb

Overview

A simple cache for storing Textcaptcha answers, Rails.cache is used as the backend (ActiveSupport::Cache). This must not be set as a ‘:null_store`.

Defined Under Namespace

Modules: Textcaptcha, TextcaptchaHelper Classes: ApiKeyError, ParseError, Railtie, ResponseError, TextcaptchaApi, TextcaptchaCache, TextcaptchaConfig

Constant Summary collapse

VERSION =
"4.6.0"