We're going to change it a bit, and using a component allows us to use the `header` method and easily add a title to this page, which lacked the `<title>` tag.
2 lines
59 B
Plaintext
2 lines
59 B
Plaintext
<%= render Admin::Budgets::IndexComponent.new(@budgets) %>
|