`
open2ye
  • 浏览: 99464 次
  • 性别: Icon_minigender_1
  • 来自: 温州
社区版块
存档分类
最新评论

rails form helper select

阅读更多
<%= select :booking_note, :fee_invoice_send_address, User.find(session[:user_id]).fee_invoice_send_addresses.collect(&:address), {}, {:class => "ext_combobox"} %>

<%= select :booking_note, :shipper_attn_name, User.find(session[:user_id]).contact_people.collect {p| [ p.name, p.id ] }, {:include_blank => true}, {:id => "booking_note_shipper_cb"} %>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics