crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3
http://rubygems.org/gems/rails3-jquery-autocomplete
MIT License
919 stars 367 forks source link

Wrong autcomplete method #10

Closed fidalgo closed 10 years ago

fidalgo commented 13 years ago

Having an Order which belongs_to client, in the Order view I want to auto-complete the Client name (Client.name), so the generated route method is autocomplete_client_name_orders_path instead of autocomplete_client_name_path like the documentation suggests.

Thanks for your attention!

bigtunacan commented 10 years ago

Closing since the issue is now 3 years old. Re-open if you are still having issues.