Method: ActiveRecord::ConnectionAdapters::SchemaReflection#indexes

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

#indexes(pool, table_name) ⇒ Object



61
62
63
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 61

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