Form helper

How can I set a default value: M ?
How can I order optios?

<%= select( “user”, “sex”, { t(“male”) => “M”, t(“female”) => “F” },
{:include_blank => true} ) %>