consul/consul

View on GitHub
app/components/admin/budgets/table_actions_component.html.erb

Summary

Maintainability
Test Coverage
<%= render actions_component do |actions| %>
  <%= actions.action(:investments,
                     text: t("admin.budgets.index.budget_investments"),
                     path: admin_budget_budget_investments_path(budget)) %>
<% end %>