Using Typeahead from Twitter Bootstrap in a form (formtastic)

后端 未结 2 1317
别那么骄傲
别那么骄傲 2021-01-31 23:58

How do I integrate a typeahead from bootstrap like this:



        
2条回答
  •  一个人的身影
    2021-02-01 00:15

    I got it worked like:

    Controller

     @categories = Category.find(:all,:select=>'name').map(&:name)
    

    and views

    
    

提交回复
热议问题