method
table_exists?
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::InternalMetadata
table_exists?()public
No documentation available.
# File activerecord/lib/active_record/internal_metadata.rb, line 29
def table_exists?
ActiveSupport::Deprecation.silence { connection.table_exists?(table_name) }
end