任何人都可以告訴我這個代碼有什麼問題嗎?無法使用select_tag將符號轉換爲整數
我得到不能轉換成符號整數 提取的源(左右線#5):
3: <% form_for @song_request do |f| %>
4: <p>Please select the event you are attending:</p>
5: <%= select_tag('song_requests', 'event_id', Event.all.collect {|e| [e.name, e.id ] }) %>
6: <% end %>
您是否確定意味着'select_tag'不只是'select'?我有文檔表明,select_tag期望一個包含選項標籤的字符串,而不是一組選項。 select()另一方面看起來做你想要的。回來,如果你仍然有麻煩! – 2011-02-07 13:48:50