Created
April 23, 2014 19:03
-
-
Save illbzo1/11228349 to your computer and use it in GitHub Desktop.
Adding some code to a view file for generating a PDF using DocRaptor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= show_for @random do |s| %> | |
<%= s.attribute :title %> | |
<% end %> | |
<%= link_to 'Edit', edit_random_path(@random) %> | | |
<%= link_to 'Back', randoms_path %> | |
<%= link_to("Download Random PDF", random_path(@random, format: :pdf)) %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment