Sha256: c6f908436ff3374089d2adb66c7575351ba1c722a5cbb0f9c16520b9674429a3
Contents?: true
Size: 258 Bytes
Versions: 15
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true module Decidim module TermCustomizer module Admin class TranslationSetSubjectComponentForm < Decidim::Form attribute :subject_id, Integer attribute :component_id, Integer end end end end
Version data entries
15 entries across 15 versions & 1 rubygems