Sha256: 599c556be5212ce893d5599034bea5f106d95039afa569b57058dc1daf63267d
Contents?: true
Size: 297 Bytes
Versions: 4
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module ActiveRecord module Dbt module Table module Base attr_reader :table_name def initialize(table_name) @table_name = table_name @config = ActiveRecord::Dbt::Config.instance end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems