Sha256: eaf009f9cc186103120759fa257f0e7c9bd2c6350e779228e3a6329675665ea0

Contents?: true

Size: 475 Bytes

Versions: 60

Compression:

Stored size: 475 Bytes

Contents

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

60 entries across 60 versions & 1 rubygems

Version Path
tramway-event-1.9.19.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.19 app/forms/tramway/event/section_form.rb
tramway-event-1.9.18.2 app/forms/tramway/event/section_form.rb
tramway-event-1.9.18.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.18 app/forms/tramway/event/section_form.rb
tramway-event-1.9.17 app/forms/tramway/event/section_form.rb
tramway-event-1.9.16 app/forms/tramway/event/section_form.rb
tramway-event-1.9.15 app/forms/tramway/event/section_form.rb
tramway-event-1.9.14 app/forms/tramway/event/section_form.rb
tramway-event-1.9.13 app/forms/tramway/event/section_form.rb
tramway-event-1.9.12 app/forms/tramway/event/section_form.rb
tramway-event-1.9.11.2 app/forms/tramway/event/section_form.rb
tramway-event-1.9.11.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.11 app/forms/tramway/event/section_form.rb
tramway-event-1.9.10.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.10 app/forms/tramway/event/section_form.rb
tramway-event-1.9.9.2 app/forms/tramway/event/section_form.rb
tramway-event-1.9.9.1 app/forms/tramway/event/section_form.rb
tramway-event-1.9.9 app/forms/tramway/event/section_form.rb
tramway-event-1.9.8 app/forms/tramway/event/section_form.rb