Module: ActiveRecord::Dbt::Factory::Source::YmlFactory
- Defined in:
- lib/active_record/dbt/factory/source/yml_factory.rb
Class Method Summary collapse
Class Method Details
.build ⇒ Object
8 9 10 11 12 |
# File 'lib/active_record/dbt/factory/source/yml_factory.rb', line 8 def self.build tables_factory = ActiveRecord::Dbt::Factory::Tables::YmlFactory.build ActiveRecord::Dbt::Source::Yml.new(tables_factory) end |