Move assigned_valuators from helper to model

There's no good reason to call assigned_valuators(investment) when the
logic can be at the model.

Also removed the valuator_groups texts to be added in an independent
method
This commit is contained in:
Bertocq
2018-04-11 21:05:04 +02:00
parent 494062300b
commit b364fc475e
3 changed files with 9 additions and 6 deletions

View File

@@ -63,7 +63,7 @@
<% if investment.valuators.size == 0 && investment.valuator_groups.size == 0 %>
<%= t("admin.budget_investments.index.no_valuators_assigned") %>
<% else %>
<%= assigned_valuators(investment) %>
<%= investment.assigned_valuators %>
<% end %>
</td>
<td class="small">