Skip to content

Commit

Permalink
複数アップロードと、ダイレクトアップロード、署名付きURLでのアップロードの併用
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyuweb committed Jul 6, 2015
1 parent ef11448 commit 014cc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/albums/_form.html.erb
Expand Up @@ -13,7 +13,7 @@

<div class="field">
<%= f.label :images_files %>
<%= f.attachment_field :images_files, multiple: true %>
<%= f.attachment_field :images_files, multiple: true, direct: true, presigned: true %>
</div>

<div class="actions">
Expand Down

0 comments on commit 014cc41

Please sign in to comment.