Module: Decidim::Taxonomizable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Accountability::Result, ActionLog, Assembly, Blogs::Post, Budgets::Budget, Budgets::Project, Conference, Debates::Debate, Dev::DummyResource, Meetings::Meeting, ParticipatoryProcess, Proposals::CollaborativeDraft, Proposals::Proposal, Sortitions::Sortition
- Defined in:
- decidim-core/lib/decidim/taxonomizable.rb
Overview
A concern with the components needed when you want a model to have taxonomies.
The including model needs to implement the following interface:
@abstract method that gives an associated organization
@method organization
@return [Decidim::Organization]