Sha256: d1169386293c17275138ab282ee2d8e438a5c42fdece0d61b7657df22b16f2ab

Contents?: true

Size: 337 Bytes

Versions: 43

Compression:

Stored size: 337 Bytes

Contents

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

43 entries across 43 versions & 1 rubygems

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