method
table_exists?
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLite3Adapter
table_exists?(table_name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 368
def table_exists?(table_name)
table_name && tables(nil, table_name).any?
end