Sha256: 0f2dcd0f46051c8154777463079d8820c30ff6a7d4bf1209ee967339184dda06
Contents?: true
Size: 346 Bytes
Versions: 3
Compression:
Stored size: 346 Bytes
Contents
# frozen_string_literal: true module Decidim module Meetings module Admin # Custom helpers, scoped to the meetings admin engine. # module ApplicationHelper include Decidim::MapHelper def tabs_id_for_service(service) "meeting_service_#{service.to_param}" end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems