Module: SimpleCaptcha::ControllerHelpers

Defined in:
lib/simple_captcha/controller.rb

Overview

:nodoc

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
9
# File 'lib/simple_captcha/controller.rb', line 4

def self.included base
  base.class_eval do
    include InstanceMethods
    helper_method :generate_simple_captcha_options
  end
end