I upload files (PDF's only) using paperclip and now want to display these as a PDF in a view.
This gives me an empty frame <iframe src="<% @document.file %>"></iframe>
This results in an image <%= image_tag @document.file(:large) %>
the files are stored in postgress.