How can I use the link_to helper to make a link without an href attribute? I want to make a link exclusively for a javascript action, I don\'t want
link_to
href
I think you're better off using a button in situations where there is no href.
Hello