Files
nairobi/app/views/proposals/_form.html.erb
Javi Martín 4150d7f1be Move proposals form partial to a component
Since now categories are loaded in both the investment form component
and proposal form component, and their controllers are the only
"commentable" controllers using the `@categories` instance variable, we
can remove the `load_categories` call in `CommentableActions` affecting
the create and update actions.
2021-07-13 15:25:29 +02:00

2 lines
69 B
Plaintext

<%= render Proposals::FormComponent.new(@proposal, url: form_url) %>