module Decidim::Proposals::ParticipatoryTextSection
The data store for a Proposal in the Decidim::Proposals
component.
Constants
- LEVELS
Public Instance Methods
article?()
click to toggle source
Public: is this section an :article?
# File lib/decidim/proposals/participatory_text_section.rb, line 15 def article? participatory_text_level == LEVELS[:article] end