Sha256: 5ab872bcab23645bc5de78fa01c1e301d589d517e6a67568cf77296fac00c20b
Contents?: true
Size: 397 Bytes
Versions: 17
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true module Decidim module Surveys # This class holds a Form to update survey question answer options class SurveyAnswerChoiceForm < Decidim::Form attribute :body, String attribute :custom_body, String attribute :position, Integer attribute :answer_option_id, Integer validates :answer_option_id, presence: true end end end
Version data entries
17 entries across 17 versions & 1 rubygems