collection_select(object, method, collection, value_method, text_method, options = {}, html_options = {})
=>
f.collection_select :broadcast_id, broadcasts, :id, :to_s,
{:include_blank => 'Broadcast on...'}, {:class => 'prevent_collapse'}
А какая у вас ошибка?
И есть ли у вещательного элемента метод :to_s
? Как я думаю, он вернет имя класса.