5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
<%= fields_for 'goal[targets_attributes][]', @target do |target_f| %>
|
|
<%= render partial: 'targets/thresholds_form',
|
|
locals: {target_f: target_f, last_quantity: @last_quantity} %>
|
|
<% end %>
|