select list from polymorphic tables

I have clubs and festivals polymorphed as venues Now I wanna create a dropdown list in my form Not only will I have to pass the venue_id but also the venue_type How am I gonna do this?

See: ActionView::Helpers::FormOptionsHelper.collection_select()