itay
Results
2
issues of
itay
I wondered if this gem could be used to insert more complex elements into a document like tables. Thanks
@equivalent Hi, I trying to rename the duplicated file: `class Attachment < ActiveRecord::Base` ` mount_uploader :attachment, AttachmentUploader` ` belongs_to :attachmentable, polymorphic: true` ` include CopyCarrierwaveFile` ` def duplicate_file(original)` ` copy_carrierwave_file(original,...