module DatabaseTransform::SchemaModelStore

Implements a model namespace for database tables without an explicit model.

Public Instance Methods

inherited(class_) click to toggle source
# File lib/database_transform/schema_model_store.rb, line 3
def inherited(class_)
  class_.const_set(:Source, Module.new)
  class_.const_set(:Destination, Module.new)
end