columns_hash?(table_name)
Checks whether the columns hash is already cached for a table.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 125 def columns_hash?(table_name) @columns_hash.key?(table_name) end