Displaying 1 result from an estimated 1 matches for "delete_contributor".
2008 Jul 24
1
How to add link_to_remote element with RJS?
...rtial page:
<li id="contributor.<%= contributor.id %>">
<%= link_to_remote image_tag(''delete.png'', :size =>
''16x16'', :alt => ''Destroy''),
:url => {:action =>
"delete_contributor", :id => @project,
:contributor_id =>
contributor.id},
:method => :put %>
<%= contributor.user.name %>
</li>
How could I do this with RJS?, is it possible?
--~--~---------~--~----~------------~-...