I would like to use a default_scope for ordering: ``` default_scope { order(:position) } ```
I would like to use a default_scope for ordering: