Module: Sherpa::UserstampBasic::MigrationHelper
- Defined in:
- lib/migration_helper.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
4 5 6 |
# File 'lib/migration_helper.rb', line 4 def self.included(base) # :nodoc: base.send(:include, InstanceMethods) end |