Sha256: 6838683c024340343806417d1253fcdea7423f7f42c140a1dd552f4b0336542c
Contents?: true
Size: 250 Bytes
Versions: 7
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true module Decidim # Main module to add application-wide helpers. module ApplicationHelper def link_to_organization(organization) link_to(organization.name, root_url(host: organization.host)) end end end
Version data entries
7 entries across 7 versions & 1 rubygems