Search found 1 match

by alexismarie93
2016-02-10T16:29:50-07:00
Forum: Users
Topic: Paperclip + ImageMagick help needed
Replies: 1
Views: 1303

Paperclip + ImageMagick help needed

Hey there, I want to be able to upload multiple images at once on my website. I can only upload one image at a time at the moment. Can anybody lead me in the right direction? Here's my code /app/models/listing.rb class Listing < ActiveRecord::Base has_attached_file :image, :styles => { :medium ...