AyuntamientoMadrid/participacion

View on GitHub
app/views/admin/budget_investments/toggle_selection.js.erb

Summary

Maintainability
Test Coverage
<%= render "admin/shared/toggle_switch",
           record: @investment,
           form_class: "toggle-selection",
           new_content: render(Admin::BudgetInvestments::ToggleSelectionComponent.new(@investment)) %>