Sample prototype for ticket pdf

Added verticl layout of ticket pdf without QR code.
This commit is contained in:
siddhantbajaj 2017-06-13 07:20:43 +05:30
parent 95fbd10153
commit b9a540f4e2
5 changed files with 80 additions and 1 deletions

View file

@ -52,6 +52,10 @@ class PictureUploader < CarrierWave::Uploader::Base
"system/#{object_class_name}/#{mounted_as}/#{model.id}"
end
def image
@image ||= MiniMagick::Image.open(file.file)
end
# Create different versions of your uploaded files:
version :large do
process resize_to_fit: [300, 300]