rails collection_select vs. select

后端 未结 3 1714
隐瞒了意图╮
隐瞒了意图╮ 2021-01-31 08:44

collection_select and select Rails helpers: Which one should I use?

I can\'t see a difference in both ways. Both helpers take a collection and

3条回答
  •  自闭症患者
    2021-01-31 08:56

    I have written something on that a while back, have a look at http://nasir.wordpress.com/2007/11/02/not-binding-your-selection-list-to-a-particular-model-in-rails/

    Hope that helps

提交回复
热议问题