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