AyuntamientoMadrid/participacion

View on GitHub
app/components/proposals/geozones_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Proposals::GeozonesComponent < ApplicationComponent
  use_helpers :image_path_for

  def render?
    Geozone.any?
  end
end