Sha256: f0a99521fcca5892256871433635279bfeb31435306a5cd4f3063f8cb1f6b061
Contents?: true
Size: 428 Bytes
Versions: 59
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true module Decidim module Forms # This class holds a Form to save the chosen option for an answer class AnswerChoiceForm < Decidim::Form attribute :body, String attribute :custom_body, String attribute :position, Integer attribute :answer_option_id, Integer attribute :matrix_row_id, Integer validates :answer_option_id, presence: true end end end
Version data entries
59 entries across 59 versions & 1 rubygems