method
primary_keys
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::SchemaReflection
primary_keys(connection, table_name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 37
def primary_keys(connection, table_name)
cache(connection).primary_keys(connection, table_name)
end