ciudadanointeligente/partidopublico

View on GitHub
app/views/partido_steps/representantes.html.erb

Summary

Maintainability
Test Coverage
<%= render :layout => 'form' do |f| %>
<%= f.object.id %>
<%= f.fields_for :representantes do |rep| %>
   <%= render 'representante_fields', :f => rep %>
<% end %>
<%= link_to_add_association 'add representante', f, :representantes %>

<% end %>