Hi,
this code:
link_to_remote('edit', :url => edit_answer_url(quiz, question, answer))
gives me the following error:
Routing Error No route found to match '/quizzes/1/questions/2/answers/24;edit' with {:method=>:post}
Do I need to send the Ajax request as a GET? If yes how is this done?
Thanks! Ingo