Hi,
I have the following link_to_remote function
<%=link_to_remote ‘up’, :url => {:controller => ‘maintain_votes’,
:action => ‘blog_comments_vote’, :id => blog_comments_show.id, :vote =>
‘true’ }%> |
which generates this code:
up
As href contains # and not the url, this breaks when javascript is not
enabled, does anyone know of a way to fix this when using edge rails?
thanks