method

table_exists?

table_exists?()
public

No documentation available.

# File activerecord/lib/active_record/internal_metadata.rb, line 93
    def table_exists?
      connection.schema_cache.data_source_exists?(table_name)
    end