Skip to content

WeAreFarmGeek/salutations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salutations Gem Version

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

To use in a form:

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

You can also select Salutations by theme like so:

Salutations::FORMAL
=> ["Sir", "Madam", "Dame", "Lord", "Lady", "Viscount"]

About

Salutations contains a list of salutations (Mr, Mrs, Ms, etc) for usage in forms, and ordered by usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages