Sha256: 3d8919eff9e0c35613bff1737e1ef23353a90f355a888238375c0b356077947d
Contents?: true
Size: 267 Bytes
Versions: 5
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true # rubocop:disable Rails/ApplicationRecord class InternalMetadata < ActiveRecord::Base # :nodoc: class << self def table_exists? connection.table_exists?(table_name) end end end # rubocop:enable Rails/ApplicationRecord
Version data entries
5 entries across 5 versions & 1 rubygems