vegantech/sims

View on GitHub
app/views/assets/_other_asset.html.erb

Summary

Maintainability
Test Coverage
<% prefix = "#{parent}[existing_asset_attributes][]" %>
<% asset=other_asset %>
<%= fields_for prefix, asset do |asset_form| -%>
  <%= asset_form.hidden_field :name %> <br />
<% end -%>