Skip to content

Instantly share code, notes, and snippets.

@adagio
Created August 20, 2014 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adagio/4adf4ce365edaf710d0c to your computer and use it in GitHub Desktop.
Save adagio/4adf4ce365edaf710d0c to your computer and use it in GitHub Desktop.
Produce a link that triggers an Ajax action when clicked
...
<tr id="<%= day.id %>">
...
<td><%= link_to 'Total', total_day_path(day), :remote => true %></td>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment