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
You can also use a
content_tag("a","link text")
which gives you
link text
See: rails api