Closed sithara closed 10 years ago
You usually don't have to specify separate path for create/edit. f.autocomplete_field :payer_name,....... would just work Can you share the exact lines of code in router and view here?
@sithara is your issue resolved ?
yes I added a match statement to routes and it worked
@sithara could you please close this issue if you are not facing the issue so that it could help the maintainers of this gem
Hi I have a scenario wherein I create a payer.I use autocomplete for the payer name.
Now I need to edit the same.This is the path I used in both the places "autocomplete_payer_name".
For new payer autocomplete is working but not for edit.since 18/autocomplete_payer_name no route found.
How do I specify the autocomplete path for edit
Please help.