AyuntamientoMadrid/participacion

View on GitHub
app/helpers/link_list_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module LinkListHelper
  def link_list(...)
    render Shared::LinkListComponent.new(...)
  end
end