Sha256: f2b6743c43b454bdda5ab17847ea9e561e09528a767df28f90393ccade327ae4
Contents?: true
Size: 332 Bytes
Versions: 22
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Switchman module ActiveRecord module ModelSchema module ClassMethods def quoted_table_name @quoted_table_name ||= {} @quoted_table_name[Shard.current(shard_category).id] ||= connection.quote_table_name(table_name) end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems