Module: ActiveRecord::Dbt::Factory::Tables::YmlFactory
- Defined in:
- lib/active_record/dbt/factory/tables/yml_factory.rb
Class Method Summary collapse
Class Method Details
.build ⇒ Object
8 9 10 11 12 |
# File 'lib/active_record/dbt/factory/tables/yml_factory.rb', line 8 def self.build ActiveRecord::Base.connection.tables.sort.map do |table_name| ActiveRecord::Dbt::Factory::Table::YmlFactory.build(table_name) end end |