Class: Decidim::Surveys::Admin::SurveyAnswerOptionForm
- Inherits:
-
Form
- Object
- Form
- Decidim::Surveys::Admin::SurveyAnswerOptionForm
- Includes:
- TranslatableAttributes
- Defined in:
- app/forms/decidim/surveys/admin/survey_answer_option_form.rb
Overview
This class holds a Form to update survey question answer options
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
17 18 19 |
# File 'app/forms/decidim/surveys/admin/survey_answer_option_form.rb', line 17 def to_param id || "survey-question-answer-option-id" end |