Here is what I have done.
- In controller: auto_complete_for :search, :string
- Layouts/search.rhtml <%=javascript_include_tag :defaults %>
- Views/search: <%= text_field_with_auto_complete ‘search’,
‘string’, :size => 35 %>
Any idea what I am missing?
Thank you,
Lynn