public
Description: Convert PDF documents to various image formats in attachment based models.
Homepage:
Clone URL: git://github.com/jstewart/pdf_converter.git
pdf_converter / init.rb
100644 2 lines (2 sloc) 0.108 kb
1
2
ActiveRecord::Base.send(:extend, Jms::PdfConverter::ActMethods)
FileUtils.mkdir_p(Jms::PdfConverter.ppmroot)