Sha256: 2255ea9c3fcbd7bb2fcbc1ed51dfe637482b4adcf163ee58438ac8d2792316cb
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true module ActiveRecord module Dbt module Factory module SourceFactory def self.build tables_factory = ActiveRecord::Dbt::Factory::TablesFactory.build config = ActiveRecord::Dbt::Source::Yml.new(tables_factory).config YAML.dump(config.deep_stringify_keys) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-dbt-0.2.0 | lib/active_record/dbt/factory/source_factory.rb |
activerecord-dbt-0.1.0 | lib/active_record/dbt/factory/source_factory.rb |