Module: Hatio::MigrationHelper::Userstamp
- Defined in:
- lib/hatio-core/patch/string_key.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
12 13 14 |
# File 'lib/hatio-core/patch/string_key.rb', line 12 def self.included(base) # :nodoc: base.send(:include, InstanceMethods) end |