<%= notice %>

Gamification Item Groups

<% @gamification_item_groups.each do |gamification_item_group| %> <% end %>
Name
<%= gamification_item_group.name %> <%= link_to 'Show', gamification_item_group %> <%= link_to 'Edit', edit_gamification_item_group_path(gamification_item_group) %> <%= link_to 'Destroy', gamification_item_group, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Gamification Item Group', new_gamification_item_group_path %>