Class: Decidim::Surveys::Admin::SurveyAnswerOptionForm

Inherits:
Form
  • Object
show all
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_paramObject



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