method

implicit_order_column=

rails latest stable - Class: ActiveRecord::ModelSchema
implicit_order_column=
public

Sets the column to sort records by when no explicit order clause is used during an ordered finder call. Useful when the primary key is not an auto-incrementing integer, for example when it’s a UUID. Records are subsorted by the primary key if it exists to ensure deterministic results.