Sha256: ba964a2fab33b952d4c980ead8b1c13f2de5a03479d62192015d1e633cdda996
Contents?: true
Size: 222 Bytes
Versions: 4
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # Custom helpers, scoped to the admin panel. # module ApplicationHelper def title current_organization.name end end end end
Version data entries
4 entries across 4 versions & 2 rubygems