Sha256: 4287e13f02db49e0f715f8388f6715505c28b8acf14da72341440fcb42aa90cc
Contents?: true
Size: 343 Bytes
Versions: 47
Compression:
Stored size: 343 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(connection_class_for_self).id] ||= connection.quote_table_name(table_name) end end end end end
Version data entries
47 entries across 47 versions & 1 rubygems