Guest User

Untitled

a guest
Sep 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. has_one_attached :it_file
  2. Tempfile.open do |temp_file|
  3. # ...
  4. it_file.attach(io: temp_file, filename: full_filename, content_type: content_type)
  5. end
Add Comment
Please, Sign In to add comment