Is it possible to do a grouped_collection_select on a single model? Most examples I've seen use two models.For example this Railscast: http://railscasts.com/episodes/88-dynamic-select-menus-revised
I have a Venue model with fields for venue name and town (amongst other things). Currently my venue select is huge and i'd like to group by town. Do I need to move towns into a separate model?