<%= notice %>
User | Item | Equipped | |||
---|---|---|---|---|---|
<%= gamification_inventory.User %> | <%= gamification_inventory.Item %> | <%= gamification_inventory.equipped %> | <%= link_to 'Show', gamification_inventory %> | <%= link_to 'Edit', edit_gamification_inventory_path(gamification_inventory) %> | <%= link_to 'Destroy', gamification_inventory, method: :delete, data: { confirm: 'Are you sure?' } %> |