AyuntamientoMadrid/participacion

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

Summary

Maintainability
Test Coverage
<%= render "admin/shared/toggle_switch",
           record: @investment,
           form_class: "visible-to-valuators",
           new_content: render(Admin::BudgetInvestments::ToggleVisibleToValuatorsComponent.new(@investment)) %>