app/views/components/_actions.html.erb

Summary

Maintainability
Test Coverage
<%= link_to "Show", component_path(component.id) %> |
<%= link_to "Edit", edit_component_path(component.id) %> |
<%= link_to "Delete", component_path(component.id), method: :delete %>