Sha256: aaf4e0d6b7aac800fa0bf5b9870525149e7b8ee61c8d86121548c66622007f4f

Contents?: true

Size: 499 Bytes

Versions: 29

Compression:

Stored size: 499 Bytes

Contents

# frozen_string_literal: true

class Tramway::Event::SectionForm < ::Tramway::Core::ApplicationForm
  properties :event, :title, :description, :photo, :icon, :position
  association :event

  def initialize(object)
    super(object).tap do
      form_properties title: :string,
                      description: :ckeditor,
                      event: :association,
                      photo: :file,
                      icon: :string,
                      position: :numeric
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tramway-event-1.9.28.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.28 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27.6 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27.5 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27.4 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27.3 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27.2 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.27 app/forms/tramway/event/section_form.rb
tramway-event-1.9.26 app/forms/tramway/event/section_form.rb
tramway-event-1.9.25.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.25 app/forms/tramway/event/section_form.rb
tramway-event-1.9.24.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.24 app/forms/tramway/event/section_form.rb
tramway-event-1.9.23.2 app/forms/tramway/event/section_form.rb
tramway-event-1.9.23.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.23 app/forms/tramway/event/section_form.rb
tramway-event-1.9.22 app/forms/tramway/event/section_form.rb
tramway-event-1.9.21.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.21 app/forms/tramway/event/section_form.rb