5 lines
136 B
Plaintext
Raw Normal View History

2022-11-24 22:28:56 +02:00
= form_tag({action: :create}, multipart: true) do
= text_field_tag 'filename'
= file_field_tag 'image_file'
= submit_tag 'Submit'