Module: QuickCaptcha::ModelValidation

Defined in:
lib/quick_captcha/model_validation.rb

Overview

:nodoc

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, SaveWithCaptcha

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

:nodoc



6
7
8
# File 'lib/quick_captcha/model_validation.rb', line 6

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