New Product Feature Detail

<%= render :partial => "shared/flash" %> <%= simple_form_for [:admin, @product_feature_detail], wrapper: :horizontal_form, wrapper_mappings: { check_boxes: :horizontal_collection, file: :horizontal_file } do |f| %> <%= render :partial => 'form', locals: {f: f} %> <% end %>