Module: Decidim::Authorable

Extended by:
ActiveSupport::Concern
Included in:
Blogs::Post, Coauthorship, Comments::Comment, Debates::Debate, DummyResources::DummyResource, Endorsement, Initiative, Meetings::Meeting, Sortitions::Sortition
Defined in:
decidim-core/lib/decidim/authorable.rb

Overview

This concern contains the logic related to single authorship.

Sometimes authorship may belong to a single user or be shared among coauthors, in this latest case the Coauthorable concern should be used instead of Authorable.