Flowdock
method

implicit_order_column=

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: 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.

Show source
Register or log in to add new notes.