Without the *s
Sort Order
Use the default_order_options declaration to, you guessed it, declare a
default order for a list screen
Streamlined.ui_for(Person) do
default_order_options :order => "birth_date desc"
end
You can sort the list view interactively by clicking on the column headers.
Regards,
Kerry
Novack wrote: