Module: SmartSMS::HasSmsVerification
- Defined in:
- lib/smart_sms/has_sms_verification.rb
Overview
Module that will be hooked into ActiveRecord to provide magic methods
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 |
# File 'lib/smart_sms/has_sms_verification.rb', line 8 def self.included(base) base.send :extend, ClassMethods end |