Your model has a list of accepted values. Say, your student score can be low, medium, or high. You want to store these values as Integers in the database and as a programmer, you want to work with constants like so:
Score::MEDIUMAlso, your HTML <select> field should have options for all available Constant values and label them with a translated label from your language file.