app/views/roles/_actions.html.erb

Summary

Maintainability
Test Coverage
<%= link_to "Show", role_path(role.id) %> |
<%= link_to "Edit", edit_role_path(role.id) %> |
<%= link_to "Delete", role_path(role.id), method: :delete %>