Skip to content

Instantly share code, notes, and snippets.

@spockz
Created July 2, 2010 14:14
Show Gist options
  • Select an option

  • Save spockz/461413 to your computer and use it in GitHub Desktop.

Select an option

Save spockz/461413 to your computer and use it in GitHub Desktop.
<%= link_to "invoice", formatted_invoice_shop_path( :pdf , :id => @invoice.id)
=>http://localhost:3000/shop/invoice?id=2179314940
and
<%= link_to "invoice", formatted_invoice_shop_path( :pdf ) , :id => @invoice.id
=>http://localhost:3000/shop/invoice.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment