Module: ReallySimpleCaptcha::Captcha::ReverseCaptcha

Includes:
ActiveSupport::Configurable
Defined in:
lib/really_simple_captcha/captcha/reverse_captcha.rb

Defined Under Namespace

Modules: ControllerHelpers, ViewHelpers

Class Method Summary collapse

Class Method Details

.configure {|config| ... } ⇒ Object

Yields:

  • (config)


8
9
10
# File 'lib/really_simple_captcha/captcha/reverse_captcha.rb', line 8

def self.configure(&block)
  yield config
end