How do I integrate a typeahead from bootstrap like this:
I got it worked like:
Controller
@categories = Category.find(:all,:select=>'name').map(&:name)
and views