method
table_exists?
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::InternalMetadata
table_exists?()public
No documentation available.
# File activerecord/lib/active_record/internal_metadata.rb, line 107
def table_exists?
@pool.schema_cache.data_source_exists?(table_name)
end