Hi everyone, I was hoping someone might have some thoughts on how to configure views in a Rails app. For instance, if I''m looking at trouble tickets associated with a project, I want to see data points A, B, and C. If the support folks are looking at the same list, they may want A, B, D, and F. So, 2 questions: * How should I store these preferences in the database? * How can I get a view to load only the preferred data? Either thoughts on the general approach or on specific implementation would be appreciated. Thanks! Sean