Module: SimpleCaptcha::ModelHelpers
- Defined in:
- lib/simple_captcha/active_record.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/active_record.rb', line 3 def self.included(base) base.extend(SingletonMethods) end |