Sha256: 6fd952c6333de17b42b12584dc21552781fd1fc8907c1f124622d2a111611337
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
<%= render :partial => 'menu' -%> <%= error_messages_for :product %> <% form_for(:product, :html => { :multipart => true }) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <!-- file upload control --> Filename: <input type="file" id="product_file" name="product[file]"/><br/> <%= submit_tag "Create" %> <% end %> <%= link_to 'Back', :action => :index %>
Version data entries
3 entries across 3 versions & 1 rubygems