= private = protected
table_exists?(table_name)
def tables(name = nil) end
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 18 def table_exists?(table_name) tables.include?(table_name.to_s) end