consul/consul

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

Summary

Maintainability
Test Coverage
<%= render Admin::BudgetsWizard::CreationStepComponent.new(heading, next_step_path) do %>
  <%= render Admin::BudgetHeadings::FormComponent.new(heading, path: form_path, action: "create") %>
<% end %>