Skip to content

Instantly share code, notes, and snippets.

@alvesjtiago
Created September 3, 2012 10:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alvesjtiago/3608397 to your computer and use it in GitHub Desktop.
Save alvesjtiago/3608397 to your computer and use it in GitHub Desktop.
Prevent Prawn "warning: already initialized constant PDF"
if Mime::Type.lookup_by_extension(:pdf) != 'application/pdf'
Mime::Type.register('application/pdf', :pdf)
end
@wellington1993
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment