Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save spockz/461357 to your computer and use it in GitHub Desktop.
<%= link_to "invoice", :controller => "shop", :action => "invoice", :id => @invoice.id, :format => :pdf %>
Results in: /shop/invoice/#id?format=pdf, I want: /shop/invoice.pdf/#id or /shop/invoice.pdf?id=#id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment