Rails Models: how would you create a pre-defined set of attributes?
I assume that you are going to have more than a few of these multiple-choice attributes, and would like to keep things tidy. I would recommend the store it in the database approach only if you want to modify the choices at runtime, otherwise it would quickly become a performance hit; If a model has …