Salutations Gem Version

Salutations contains a list of salutations (Mr, Mrs, Ms, etc) - sometimes also known a prefixes or honorifics - for usage in forms, and ordered by usage.

To use in a form:

<%= f.select(:salutation, options_for_select(Salutations::get)) %>