Class: Decidim::Plans::Section

Inherits:
ApplicationRecord show all
Includes:
HasComponent
Defined in:
app/models/decidim/plans/section.rb

Overview

A plan section is a record that stores the question data and order of items that the users need to fill for each plan. The actual contents of the plans are stored in the Decidim::Plans::Content records.

Constant Summary collapse

TYPES =
%w(field_text_multiline field_text).freeze