Skip to content

Instantly share code, notes, and snippets.

@adagio
Created August 20, 2014 23:59
Show Gist options
  • Save adagio/a52fdc0aa28cde8e1552 to your computer and use it in GitHub Desktop.
Save adagio/a52fdc0aa28cde8e1552 to your computer and use it in GitHub Desktop.
Sending Parameters from View to Controller
#
<%= link_to "link text", things_path(:myparam => @myParamValue) %>
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment