Method: ActiveRecord::ConnectionAdapters::SchemaReflection#columns_hash?

Defined in:
activerecord/lib/active_record/connection_adapters/schema_cache.rb

#columns_hash?(pool, table_name) ⇒ Boolean

Returns:

  • (Boolean)


57
58
59
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 57

def columns_hash?(pool, table_name)
  cache(pool).columns_hash?(pool, table_name)
end