Class: Decidim::Surveys::Survey
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::Surveys::Survey
- Includes:
- Forms::HasQuestionnaire, HasComponent, Resourceable
- Defined in:
- app/models/decidim/surveys/survey.rb
Overview
The data store for a Survey in the Decidim::Surveys component.
Instance Method Summary collapse
Instance Method Details
#clean_after_publish? ⇒ Boolean
15 16 17 |
# File 'app/models/decidim/surveys/survey.rb', line 15 def clean_after_publish? component.settings.clean_after_publish? end |