i want to create a select list for lets say colors, but dont want to create a table for the colors. i have seen it anywhere, but cant find it on google.
My question is, how can i put the colors in a model without a database table?
Or is there a better rails way for doing that?
I have seen someone putting an array or a hash directly in the model, but now i couldnt find it.
I search google but could not find an answer.
thanks