While using simpleform how do I order the select options with an association? I have something like this:
= f.association :color
You can pass a collection option to association:
= f.association :color, collection: Color.order('created_at ASC')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With