To answer my own question - it seems text_field_with_auto_complete takes
a array of hashes, so returning
@countries = Country.search(params[:search]).map{|a| {'code' =>
a.code_and_country}}
<%= auto_complete_result(@countries, 'code') %>
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---