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 can\'t find it on google.
My questi
The easiest answer is simply to not subclass from ActiveRecord::Base. Then you can just write your object code.