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.7.2 app/forms/tramway/event/section_form.rb
tramway-event-1.7.1 app/forms/tramway/event/section_form.rb
tramway-event-1.7 app/forms/tramway/event/section_form.rb
tramway-event-1.6.4 app/forms/tramway/event/section_form.rb
tramway-event-1.6.3 app/forms/tramway/event/section_form.rb
tramway-event-1.6.2 app/forms/tramway/event/section_form.rb
tramway-event-1.6.1 app/forms/tramway/event/section_form.rb
tramway-event-1.6 app/forms/tramway/event/section_form.rb
tramway-event-1.5.4 app/forms/tramway/event/section_form.rb
tramway-event-1.5.3 app/forms/tramway/event/section_form.rb
tramway-event-1.5.2 app/forms/tramway/event/section_form.rb
tramway-event-1.5.1 app/forms/tramway/event/section_form.rb
tramway-event-1.5 app/forms/tramway/event/section_form.rb
tramway-event-1.4 app/forms/tramway/event/section_form.rb
tramway-event-1.3 app/forms/tramway/event/section_form.rb
tramway-event-1.2.6 app/forms/tramway/event/section_form.rb
tramway-event-1.2.5 app/forms/tramway/event/section_form.rb
tramway-event-1.2.4 app/forms/tramway/event/section_form.rb
tramway-event-1.2.3 app/forms/tramway/event/section_form.rb
tramway-event-1.2.2 app/forms/tramway/event/section_form.rb