Sha256: 60061163a086310782aaa3477f84b39b1c5da82714dcd404c17410051c5fc7ee

Contents?: true

Size: 506 Bytes

Versions: 50

Compression:

Stored size: 506 Bytes

Contents

# frozen_string_literal: true

class Admin::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

50 entries across 50 versions & 1 rubygems

Version Path
tramway-event-1.12.3.2 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.2 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.1.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.0.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.5.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.5 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.4.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.4 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.2.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.2 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11.0.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.11 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.10.2 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.10.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.10.0.2 app/forms/admin/tramway/event/section_form.rb