Module: SimpleCaptcha::ModelHelpers

Defined in:
lib/simple_captcha/model_helpers.rb

Overview

:nodoc

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, SingletonMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
# File 'lib/simple_captcha/model_helpers.rb', line 3

def self.included(base)
  base.extend(SingletonMethods)
end