Skip to content
Craig Little edited this page Jan 15, 2014 · 2 revisions
HelloSign.unclaimed_draft.create do |draft|
  draft.files = [
    {filename: 'path/to/test.txt'},
    {filename: 'test.jpg', io: image}
  ]
end

See the related notes on specifying files.

Clone this wiki locally