Sha256: 83029df71fae389dbc50a8b566621900c6d8884760264428843880b4ef303b84
Contents?: true
Size: 298 Bytes
Versions: 13
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module Decidim module ContentBlocks class ParticipatorySpaceStatsCell < BaseCell def show return if stats.blank? render end private def stats; end def data { statistics: "" } end end end end
Version data entries
13 entries across 13 versions & 1 rubygems