Sha256: e6efdfb91fa98ba68f4f53a7134b1c1cda7a246b2ee1e74f072df469af1c65a7
Contents?: true
Size: 346 Bytes
Versions: 15
Compression:
Stored size: 346 Bytes
Contents
# frozen_string_literal: true module Decidim::Amendable class EmendationPromotedEvent < Decidim::Amendable::AmendmentBaseEvent def amendable_resource @amendable_resource ||= resource.amendable end def emendation_resource @emendation_resource ||= resource end def event_has_roles? true end end end
Version data entries
15 entries across 15 versions & 1 rubygems