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.9.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.9 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.8.2 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.8.1 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.8 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.7 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.6.4 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.6.3 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.6.2 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.6 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.5 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.4 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.10 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.9 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.8 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.7 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.6 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.5 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.4 app/forms/admin/tramway/event/section_form.rb
tramway-event-1.12.3.3 app/forms/admin/tramway/event/section_form.rb