<%= notice %>

Categories

<% @categories.each do |category| %> <% end %>
Name Blurb Description External Parent category
<%= category.name %> <%= category.blurb %> <%= category.description %> <%= category.external_id %> <%= category.parent_category_id %> <%= link_to 'Show', category %> <%= link_to 'Edit', edit_category_path(category) %> <%= link_to 'Destroy', category, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Category', new_category_path %>