Method: ActiveRecord::ConnectionAdapters::SchemaReflection#columns_hash

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

#columns_hash(pool, table_name) ⇒ Object



53
54
55
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 53

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