Module: Augmentor::SchemaDefinitions
- Defined in:
- lib/augmentor.rb
Defined Under Namespace
Modules: AugmentMethod
Class Method Summary collapse
Class Method Details
.load! ⇒ Object
81 82 83 |
# File 'lib/augmentor.rb', line 81 def self.load! ::ActiveRecord::ConnectionAdapters::TableDefinition.class_eval { include Augmentor::SchemaDefinitions::AugmentMethod } end |