Title | File | |||
---|---|---|---|---|
<%= post.title %> | <%= post.file %> | <%= link_to 'Show', post %> | <%= link_to 'Edit', edit_post_path(post) %> | <%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %> |
:uploadcare_uploader_tag test
<%= uploadcare_uploader_tag :file %>:uploadcare_uploader_field test
<%= uploadcare_uploader_field :post, :file %>