link_to_remote is not works for me

link_to_remote is not works for me

here my codes

in my user controller

I USED the remote function method and fixed that error

link_to_remote is not works for me

here my codes

in my user controller --------------------------------------------- def edit puts "===== test output =====" end

--------------------------------------------- In view

<%= link_to_remote "Vote",:controller=>"poem",:action=>"vote_for_poem"%>

Have a look at the docs for link_to_remote, I think you are not using it correctly. You have not specified the :update option for example.

Colin