consul/consul

View on GitHub
app/components/admin/poll/questions/table_actions_component.html.erb

Summary

Maintainability
Test Coverage
<%= render Admin::AllowedTableActionsComponent.new(question) do |actions| %>
  <%= actions.action(:answers, text: t("admin.polls.show.edit_answers")) %>
<% end %>