Sha256: 923edf0bad94239d57c1c626f52ecd98cdc0344cf977e2d9d232afcd9f94ffc3
Contents?: true
Size: 212 Bytes
Versions: 61
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true module Decidim # This cell renders the profile of the given membership. class UserGroupMembershipProfileCell < Decidim::UserProfileCell delegate :user, to: :model end end
Version data entries
61 entries across 61 versions & 1 rubygems