I want a select box in my form when I type characters (few),
the first 10 records should be displayed.
When I use auto_complete_for in controller, I get the following
error message:
undefined method `auto_complete_for' for #<AdminController:0x37a3318>
--
Posted via http://www.ruby-forum.com/.