Module: EasyCaptcha::ModelHelpers
- Defined in:
- lib/easy_captcha/model_helpers.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
helper class for ActiveRecord.
Class Method Details
.included(base) ⇒ Object
helper class for ActiveRecord
6 7 8 |
# File 'lib/easy_captcha/model_helpers.rb', line 6 def self.included(base) #:nodoc: base.extend ClassMethods end |