method
indexes
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::BoundSchemaReflection
indexes(table_name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 205
def indexes(table_name)
@schema_reflection.indexes(@pool, table_name)
end