Sha256: 106eb645229d77a3beaac8f482f842cc81cd0c74e9cbcb6b0d6cfb3ed9e86fd0
Contents?: true
Size: 313 Bytes
Versions: 12
Compression:
Stored size: 313 Bytes
Contents
<%= form_for @index, :html => { :multipart => true, :class => "validate", :novalidate => "novalidate" } do |f| %> <%= f.fields_for :downloadables, @downloadable do |downloadable_form| %> <%= render "downloadables/form", :locals => {:f => downloadable_form} %> <% end %> <p><%= f.submit %></p> <% end %>
Version data entries
12 entries across 12 versions & 2 rubygems