consul/consul

View on GitHub
app/components/admin/budgets_wizard/groups/creation_step_component.html.erb

Summary

Maintainability
Test Coverage
<%= render Admin::BudgetsWizard::CreationStepComponent.new(group, next_step_path) do %>
  <%= render "/admin/budget_groups/form", group: group, path: form_path, action: "create" %>
<% end %>