Assign valuators to groups

This commit is contained in:
rgarcia
2018-02-08 20:47:47 +01:00
parent cddfdf4b84
commit 1dbbe331c9
14 changed files with 132 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
<%= form_for [:admin, @group] do |f| %>
<%= f.text_field :name %>
<%= f.submit %>
<% end %>
<% end %>
<%= link_to "Go back", admin_valuator_groups_path %>