To make it more consistent with the rest of the Admin panel, the CRUD for budget groups and headings has been changed from the old "all-in-one" form to a separate form for each resource.
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
<%= render "header", action: "create" %>
|
|
|
|
<%= render "form", path: admin_budget_groups_path(@budget), action: "create" %>
|