Sha256: a5b04288bfdda76aa213746032e98b4cdf0f21c939f8f8ce257fdcb98ce9a745
Contents?: true
Size: 200 Bytes
Versions: 2
Compression:
Stored size: 200 Bytes
Contents
# frozen_string_literal: true module ActiveRecord class SchemaMigration # :nodoc: class << self def table_exists? connection.table_exists?(table_name) end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ros-apartment-3.2.0 | lib/apartment/active_record/schema_migration.rb |
synerma-apartment-3.1.0 | lib/apartment/active_record/schema_migration.rb |