Skip to content

Instantly share code, notes, and snippets.

@huyttq
Created November 10, 2011 06:17
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 huyttq/1354248 to your computer and use it in GitHub Desktop.
Save huyttq/1354248 to your computer and use it in GitHub Desktop.
Slice specific param to work well with cabybara
<td>
<%= link_to("Send", send_task_admin_path(task, params.slice(:page))) %>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment