Sha256: 4d1c9ab6481c7809915f776849d5f92fbe7a510f9f7d92acdd07238bd097aad2
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
# frozen_string_literal: true module Decidim module Notify class ChapterForm < Decidim::Form mimic :chapter attribute :id, Integer attribute :title, String attribute :active, Boolean end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
decidim-notify-0.5 | app/forms/decidim/notify/chapter_form.rb |
decidim-notify-0.4 | app/forms/decidim/notify/chapter_form.rb |
decidim-notify-0.3 | app/forms/decidim/notify/chapter_form.rb |