Sha256: 44df331471b065e3ddd95cbd4a745959a8ee8d0116c7e0769094b07fd871f576

Contents?: true

Size: 396 Bytes

Versions: 29

Compression:

Stored size: 396 Bytes

Contents

# frozen_string_literal: true

class Tramway::Event::PartakingForm < ::Tramway::Core::ApplicationForm
  properties :part_id, :part_type, :person_id, :position
  associations :person, :part

  def initialize(object)
    super(object).tap do
      form_properties part: :polymorphic_association,
                      person: :association,
                      position: :string
    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/partaking_form.rb
tramway-event-1.9.28 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27.6 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27.5 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27.4 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27.3 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27.2 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.27 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.26 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.25.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.25 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.24.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.24 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.23.2 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.23.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.23 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.22 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.21.1 app/forms/tramway/event/partaking_form.rb
tramway-event-1.9.21 app/forms/tramway/event/partaking_form.rb