Sha256: 04cb5d3005ffcce019691257fb33dc9566fcc939d368ef2ad622ea095570b1b2
Contents?: true
Size: 393 Bytes
Versions: 7
Compression:
Stored size: 393 Bytes
Contents
<%= form_for @post do |form| %> <p> <%= form.label :name %> <%= form.text_field :name %> </p> <p> <%= form.label :image %> <%= form.bard_file_field :image, accepts: "image", max: 100.kilobytes %> </p> <p> <%= form.label :images %> <%= form.bard_file_field :images, multiple: true, accepts: "image" %> </p> <p><%= form.submit "Submit" %></p> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems