Module: XMigra::ImpdeclMigrationAdder::SupportedDatabaseObject
- Included in:
- DeclarativeSupport::Table
- Defined in:
- lib/xmigra/impdecl_migration_adder.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
38 39 40 |
# File 'lib/xmigra/impdecl_migration_adder.rb', line 38 def self.included(mod) mod.extend(ClassMethods) end |