class ActiveStorage::Previewer
def open_tempfile_for_drawing
def open_tempfile_for_drawing tempfile = Tempfile.open("ActiveStorage", tempdir) begin yield tempfile ensure tempfile.close! end end
def open_tempfile_for_drawing tempfile = Tempfile.open("ActiveStorage", tempdir) begin yield tempfile ensure tempfile.close! end end