8 lines
141 B
Ruby
8 lines
141 B
Ruby
class Proposals::GeozonesComponent < ApplicationComponent
|
|
delegate :image_path_for, to: :helpers
|
|
|
|
def render?
|
|
Geozone.any?
|
|
end
|
|
end
|