instance method
indexes
Ruby on Rails 8.0.4
Since v7.1.6Signature
indexes(table_name)
No documentation comment.
Parameters
-
table_namereq
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 205
def indexes(table_name)
@schema_reflection.indexes(@pool, table_name)
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 205
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::BoundSchemaReflection